Uses of Class
j2meunit.framework.TestCase

Packages that use TestCase
com.livescribe.penunit.framework   
j2meunit.framework   
 

Uses of TestCase in com.livescribe.penunit.framework
 

Subclasses of TestCase in com.livescribe.penunit.framework
 class PenletTestCase
          PenletTestCase is an extension of TestCase that provides access to an initialized Penlet.
 

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.