Package junit.framework

Redirects tests written for the JUnit API to the CCL library test framework.

See:
          Description

Interface Summary
Test This class is a placeholder for the base test interface from the JUnit framework.
 

Class Summary
TestCase This class is a fake for JUnit test classes.
TestSuite This class is a fake for JUnit test suite classes.
 

Package junit.framework Description

Redirects tests written for the JUnit API to the CCL library test framework. Using this package allows you to get the behavior and features of the ccl test class, but you can still write classes that use the JUnit API or have been written for that test framework. Note that you have to extra add the ccljunit.jar file to your classpath to use this package. It is not part of the standard ccl.jar archive, so that user don't get confused by a different than expected behavior of their test classes, should they already use JUnit and Ccl lib in conjunction.