Class RemoteExecutionEvent
java.lang.Object
org.jboss.arquillian.container.test.impl.execution.event.RemoteExecutionEvent
- All Implemented Interfaces:
ExecutionEvent,org.jboss.arquillian.core.spi.event.Event
LocalExecutionEvent
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteExecutionEvent(org.jboss.arquillian.test.spi.TestMethodExecutor executor) -
Method Summary
-
Constructor Details
-
RemoteExecutionEvent
public RemoteExecutionEvent(org.jboss.arquillian.test.spi.TestMethodExecutor executor)
-
-
Method Details
-
getExecutor
public org.jboss.arquillian.test.spi.TestMethodExecutor getExecutor()- Specified by:
getExecutorin interfaceExecutionEvent
-