Uses of Class
j2meunit.framework.TestCase

Packages that use TestCase
j2meunit.examples   
j2meunit.framework   
 

Uses of TestCase in j2meunit.examples
 

Subclasses of TestCase in j2meunit.examples
 class TestAll
           
 class TestOne
          Example Testcase 1.
 class TestTwo
          Insert the type's description here.
 

Uses of TestCase in j2meunit.framework
 

Methods in j2meunit.framework with parameters of type TestCase
protected  void TestResult.run(TestCase test)
          Runs a TestCase.
 void TestMethod.run(TestCase rTestCase)
          This is the method that needs to be implemented to invoke the actual test method of the TestCase class.