Uses of Class
jmunit.framework.cldc11.Assertion

Packages that use Assertion
jmunit.framework.cldc11   
 

Uses of Assertion in jmunit.framework.cldc11
 

Subclasses of Assertion in jmunit.framework.cldc11
 class AdvancedAssertion
          The AdvancedAssertion class is a suite for addons to the core assertions methods.
 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.