Modifier and Type | Method and Description |
---|---|
TestResult |
LocalContainerMethodExecutor.invoke(TestMethodExecutor testMethodExecutor) |
Modifier and Type | Method and Description |
---|---|
TestMethodExecutor |
ExecutionEvent.getExecutor() |
TestMethodExecutor |
LocalExecutionEvent.getExecutor() |
TestMethodExecutor |
RemoteExecutionEvent.getExecutor() |
Constructor and Description |
---|
LocalExecutionEvent(TestMethodExecutor executor) |
RemoteExecutionEvent(TestMethodExecutor executor) |
Modifier and Type | Method and Description |
---|---|
TestResult |
ContainerMethodExecutor.invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.
|
Modifier and Type | Method and Description |
---|---|
TestResult |
JMXMethodExecutor.invoke(TestMethodExecutor testMethodExecutor) |
Modifier and Type | Method and Description |
---|---|
TestResult |
ServletMethodExecutor.invoke(TestMethodExecutor testMethodExecutor) |
Modifier and Type | Method and Description |
---|---|
TestResult |
EventTestRunnerAdaptor.test(TestMethodExecutor testMethodExecutor) |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestRunnerAdaptor.test(TestMethodExecutor testMethodExecutor)
Activate a TestMethod execution.
This will trigger the Test event. |
Modifier and Type | Method and Description |
---|---|
TestMethodExecutor |
Test.getTestMethodExecutor() |
Constructor and Description |
---|
Test(TestMethodExecutor testMethodExecutor) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.