Example usage for Java junit.textui TestRunner fields, constructors, methods, implement or subclass
The text is from its open source code.
void | main(String args[]) |
void | run(Class extends TestCase> testClass) Runs a suite extracted from a TestCase subclass. |
TestResult | run(Test test) Runs a single test and collects its results. |