public interface TestCaseRunner
| Modifier and Type | Method and Description |
|---|---|
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) |
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)Copyright © 2013. All Rights Reserved.