Uses of Class
jmunit.framework.cldc11.AdvancedAssertion

Packages that use AdvancedAssertion
jmunit.framework.cldc11   
 

Uses of AdvancedAssertion in jmunit.framework.cldc11
 

Subclasses of AdvancedAssertion in jmunit.framework.cldc11
 class Test
          The Test is a abstract class that has the main implementation to create a executing test class or a utility class to execute others.
 class TestCase
          The principal class in the framework.
 class TestSuite
          The TestSuite class is responsible for execute many TestCases.