public class JUnit4TestCaseFacade extends java.lang.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.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int countTestCases()
Test
countTestCases
in interface Test
public void run(TestResult result)
Test
public Description getDescription()
getDescription
in interface Describable
Description
showing the tests to be run by the receiver