public class JUnit4TestCaseFacade extends Object implements Test, Describable
| Modifier and Type | Method and Description |
|---|---|
int |
countTestCases()
Counts the number of test cases that will be run by this test.
|
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 Description getDescription()
getDescription in interface DescribableDescription showing the tests to be run by the receiverCopyright © 2002–2020 JUnit. All rights reserved.