|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestRunner
TestRunner A Generic way to start the test framework.
Nested Class Summary | |
---|---|
static class |
TestRunner.ExecutionMode
|
Method Summary | |
---|---|
TestResult |
execute(java.lang.Class<?> testClass,
java.lang.String methodName)
Run a single test method in a test class. |
void |
setExecutionMode(TestRunner.ExecutionMode executionMode)
Instruct the TestRunner which mode to run in. |
Method Detail |
---|
TestResult execute(java.lang.Class<?> testClass, java.lang.String methodName)
testClass
- The test case class to executemethodName
- The method to execute
void setExecutionMode(TestRunner.ExecutionMode executionMode)
executionMode
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |