Uses of Class
lejosunit.framework.Assert

Packages that use Assert
lejosunit.examples Examples how to use leJOSUnit. 
lejosunit.framework Core framework classes. 
lejosunit.tests leJOSUnit test classes. 
lejosunit.tests.size leJOSUnit test classes for calculating the required sizes in VM. 
 

Uses of Assert in lejosunit.examples
 

Subclasses of Assert in lejosunit.examples
 class OneTest
          Example test case class.
 class TwoTest
          Example test case class.
 

Uses of Assert in lejosunit.framework
 

Subclasses of Assert in lejosunit.framework
 class FloatAssert
          The class FloatAssert implements all methods related to float and Math libs.
 class TestCase
          A test case defines the fixture to run multiple tests.
 

Uses of Assert in lejosunit.tests
 

Subclasses of Assert in lejosunit.tests
 class AssertTest
          Test class for the Assert class and all the assert methods.
 class FloatAssertTest
          Test class for the FloatAssert class and all the assert methods.
 class MyTestCase
          Helper class to execute some test on the class TestCase.
 class MyTestCaseTest
          Test class for class TestCase using a helper class.
 class TestCaseTest
          Test cases for the class TestCase.
 class TestRunnerTest
          Test class for the TestRunner class.
 class UtilTest
          Test class for Util class.
 

Uses of Assert in lejosunit.tests.size
 

Subclasses of Assert in lejosunit.tests.size
 class FreeMemoryTest
          Test class to display the free memory, when using including leJOSUnit.
 class HelloWorldTest
          Test class to calculate the size of an HelloWorld example including leJOSUnit.
 class SimpleTest
          Test class to calculate the size the simplest example including leJOSUnit.
 



Copyright (C) 2003 Jochen Hiller. All Rights Reserved.