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
Modifier and TypeMethodDescriptioninvoke(TestMethodExecutor testMethodExecutor) Invoke a test method deployed in the container.
-
Method Details
-
invoke
Invoke a test method deployed in the container.
-