public class LocalContainerMethodExecutor extends java.lang.Object implements ContainerMethodExecutor
Modifier and Type | Field and Description |
---|---|
private Event<LocalExecutionEvent> |
event |
private Instance<TestResult> |
testResult |
Constructor and Description |
---|
LocalContainerMethodExecutor() |
Modifier and Type | Method and Description |
---|---|
TestResult |
invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.
|
@Inject private Event<LocalExecutionEvent> event
@Inject private Instance<TestResult> testResult
public TestResult invoke(TestMethodExecutor testMethodExecutor)
ContainerMethodExecutor
invoke
in interface ContainerMethodExecutor