junit.framework
public interface Test
See Also: TestResult
Method Summary | |
---|---|
abstract int | countTestCases()
Counts the number of test cases that will be run by this test. |
abstract void | run(TestResult result)
Runs a test and collects its result in a TestResult instance. |