org.jboss.arquillian.container.test.impl.execution.event
Class LocalExecutionEvent

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.execution.event.LocalExecutionEvent
All Implemented Interfaces:
ExecutionEvent, Event

public class LocalExecutionEvent
extends Object
implements ExecutionEvent

LocalExecutionEvent

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
LocalExecutionEvent(TestMethodExecutor executor)
           
 
Method Summary
 TestMethodExecutor getExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecutionEvent

public LocalExecutionEvent(TestMethodExecutor executor)
Method Detail

getExecutor

public TestMethodExecutor getExecutor()
Specified by:
getExecutor in interface ExecutionEvent


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.