|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--j2meunit.framework.Assert | +--j2meunit.framework.TestCase | +--j2meunit.examples.TestAll
Constructor Summary | |
TestAll()
TestOne constructor comment. |
|
TestAll(java.lang.String name)
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Test |
suite()
This method should be overridden if a test case contains multiple test methods. |
Methods inherited from class j2meunit.framework.TestCase |
countTestCases, countTestSteps, createResult, getName, getTestMethod, getTestMethodName, onAssertion, run, run, runBare, runTest, setName, setTestMethod, setTestMethod, setTestMethodName, setUp, tearDown, testStepFinished, toString |
Methods inherited from class j2meunit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestAll()
public TestAll(java.lang.String name)
Method Detail |
public static void main(java.lang.String[] args)
public Test suite()
TestCase
new TestSuite(new MyTestCase("testMethodOne", new TestMethod() { public void run(TestCase tc) { ((MyTestCase) tc).testMethodOne(); } }));
suite
in class TestCase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |