org.jboss.arquillian.container.test.spi
Interface ContainerMethodExecutor
- All Known Implementing Classes:
- JMXMethodExecutor, LocalContainerMethodExecutor, ServletMethodExecutor
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
invoke
TestResult invoke(TestMethodExecutor testMethodExecutor)
- Invoke a test method deployed in the container.
- Parameters:
testMethodExecutor
-
- Returns:
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.