Modifier and Type | Method and Description |
---|---|
TestResult |
LocalContainerMethodExecutor.invoke(TestMethodExecutor testMethodExecutor) |
Modifier and Type | Method and Description |
---|---|
TestResult |
TestRunner.execute(Class<?> testClass,
String methodName)
Run a single test method in a test class.
|
TestResult |
ContainerMethodExecutor.invoke(TestMethodExecutor testMethodExecutor)
Invoke a test method deployed in the container.
|
Modifier and Type | Method and Description |
---|---|
TestResult |
JUnitTestRunner.execute(Class<?> testClass,
String methodName) |
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 |
---|---|
TestResult |
TestNGTestRunner.execute(Class<?> testClass,
String methodName) |
TestResult |
TestListener.getTestResult() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.