|
|||||||||||
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.TestOne
Example Testcase 1.
Constructor Summary | |
TestOne()
Default constructor. |
|
TestOne(java.lang.String sTestName,
TestMethod rTestMethod)
TestOne constructor comment. |
Method Summary | |
Test |
suite()
To create the test suite. |
void |
testOne()
Test method 1. |
void |
testTwo()
Test method 2. |
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 TestOne()
public TestOne(java.lang.String sTestName, TestMethod rTestMethod)
Method Detail |
public Test suite()
suite
in class TestCase
public void testOne()
public void testTwo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |