Arquillian Container Test SPI 1.0.0.CR7

org.jboss.arquillian.container.test.spi
Interface ContainerMethodExecutor


public interface ContainerMethodExecutor

RemoteMethodExecutor A Generic way to execute a in-container/remotely deployed test case. Implementations should handle the protocol used for communication ie http/servlet, jmx, rmi etc.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 TestResult invoke(TestMethodExecutor testMethodExecutor)
          Invoke a test method deployed in the container.
 

Method Detail

invoke

TestResult invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.

Parameters:
testMethodExecutor -
Returns:

Arquillian Container Test SPI 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.