Uses of Class
momeunit.framework.TestCase

Packages that use TestCase
momeunit.framework MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. 
 

Uses of TestCase in momeunit.framework
 

Subclasses of TestCase in momeunit.framework
(package private)  class TestSuite.ErrorTestCase
          Returns the name of the suite.
 

Methods in momeunit.framework with parameters of type TestCase
protected  void TestResult.run(TestCase test)
          Runs specified TestCase.