org.jboss.arquillian.container.test.impl.execution
Class RemoteTestExecuter

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter

public class RemoteTestExecuter
extends Object

A Handler for executing the remote Test Method.

Imports:
ProtocolMetaData
DeploymentScenario
ContainerRegistry
ProtocolRegistry

Exports:
TestResult

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
DeployableContainer

Constructor Summary
RemoteTestExecuter()
           
 
Method Summary
 void execute(RemoteExecutionEvent event)
           
 ContainerMethodExecutor getContainerMethodExecutor(ProtocolDefinition protocol, ProtocolConfiguration protocolConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTestExecuter

public RemoteTestExecuter()
Method Detail

execute

public void execute(@Observes
                    RemoteExecutionEvent event)
             throws Exception
Throws:
Exception

getContainerMethodExecutor

public ContainerMethodExecutor getContainerMethodExecutor(ProtocolDefinition protocol,
                                                          ProtocolConfiguration protocolConfiguration)


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