|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.placelab.test.ExampleTest
This is how to do a test of a specific class. This is a simple test to show off how to use the testing infrastructure.
| Constructor Summary | |
ExampleTest()
|
|
| Method Summary | |
java.lang.String |
getName()
|
void |
runTests(TestResult testResult)
|
void |
testException(TestResult testResult)
|
void |
testFailure(TestResult testResult)
|
void |
testPass(TestResult testResult)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExampleTest()
| Method Detail |
public java.lang.String getName()
getName in interface TestableBasepublic void runTests(TestResult testResult)
runTests in interface Testablepublic void testFailure(TestResult testResult)
public void testException(TestResult testResult)
public void testPass(TestResult testResult)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||