|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestCaseRunner
Remoting interface to run tests.
| Method Summary | |
|---|---|
Result |
runTestCase(String fileName)
Runs a single test case and returns the result. |
void |
setUp(List<URL> classpath,
boolean quiet)
Prepares for the test execution. |
void |
tearDown()
The clean up that pairs with setUp(List, boolean) |
| Method Detail |
|---|
void setUp(List<URL> classpath,
boolean quiet)
classpath - quiet - Result runTestCase(String fileName)
fileName - File name of the test case class, relative to the class directory root.void tearDown()
setUp(List, boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||