
public interface ContainerMethodExecutor
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.
| Modifier and Type | Method and Description |
|---|---|
TestResult |
invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.
|
TestResult invoke(TestMethodExecutor testMethodExecutor)
Copyright © 2020 JBoss by Red Hat. All rights reserved.