|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.JUnit4TestCaseFacade
public class JUnit4TestCaseFacade
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int countTestCases()
Test
countTestCases in interface Testpublic void run(TestResult result)
Test
run in interface Testpublic Description getDescription()
getDescription in interface DescribableDescription showing the tests to be run by the receiver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||