public interface Test
TestResult
Modifier and Type | Method and Description |
---|---|
int |
countTestCases()
Counts the number of test cases that will be run by this test.
|
void |
run(TestResult result)
Runs a test and collects its result in a TestResult instance.
|
int countTestCases()
void run(TestResult result)