|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.TestSuite | +--test.ojb.odmg.AllTests
the facade to all TestCases in this package.
Constructor Summary | |
AllTests()
|
Method Summary | |
static void |
main(java.lang.String[] args)
runs the suite in a junit.textui.TestRunner. |
static junit.framework.Test |
suite()
build a TestSuite from all the TestCases in this package |
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, getName, run, runTest, setName, testAt, testCount, tests, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AllTests()
Method Detail |
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |