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 |
---|---|
protected TestResult |
JMXTestRunner.doRunTestMethod(TestRunner runner,
Class<?> testClass,
String methodName,
Map<String,String> protocolProps) |
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 |
---|---|
static TestResult |
TestResult.failed(Throwable cause) |
static TestResult |
TestResult.passed() |
TestResult |
TestResult.setEnd(long end)
Set the end time of the test.
|
TestResult |
TestResult.setStart(long start)
Set the start time of the test.
|
TestResult |
TestResult.setStatus(TestResult.Status status)
Deprecated.
|
TestResult |
TestResult.setThrowable(Throwable throwable) |
static TestResult |
TestResult.skipped(Throwable cause) |
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 © 2017 JBoss by Red Hat. All rights reserved.