Uses of Class
jmunit.framework.cldc10.AdvancedAssertion

Packages that use AdvancedAssertion
jmunit.framework.cldc10   
 

Uses of AdvancedAssertion in jmunit.framework.cldc10
 

Subclasses of AdvancedAssertion in jmunit.framework.cldc10
 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.