Example usage for Java junit.framework Test fields, constructors, methods, implement or subclass
The text is from its open source code.
int | countTestCases() Counts the number of test cases that will be run by this test. |
Class> | getClass() Returns the runtime class of this Object . |
void | run(TestResult result) Runs a test and collects its result in a TestResult instance. |