Package lejosunit.framework

Core framework classes.

See:
          Description

Interface Summary
Protectable A Protectable can be run and can throw a Throwable.
Test A Test can be run and collect its results.
TestListener A Listener for test progress.
 

Class Summary
Assert A set of assert methods.
FloatAssert The class FloatAssert implements all methods related to float and Math libs.
TestCase A test case defines the fixture to run multiple tests.
TestFailure A TestFailure collects a failed test together with the caught exception.
TestResult A TestResult collects the results of executing a test case.
TestSuite A TestSuite is a Composite of Tests.
 

Error Summary
AssertionFailedError An AssertionFailedError will be thrown when an assertion failed.
 

Package lejosunit.framework Description

Core framework classes.



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