| Modifier and Type | Method and Description |
|---|---|
int |
countTestCases()
Counts the number of test cases that will be run by this test.
|
org.junit.runner.Description |
getDescription() |
void |
run(TestResult result)
Runs a test and collects its result in a TestResult instance.
|
String |
toString() |
public int countTestCases()
TestcountTestCases in interface Testpublic void run(TestResult result)
Testpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribableDescription showing the tests to be run by the receiverCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.