Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.derbyTesting.unitTests.harness

Interface Summary
T_Bombable  
UnitTest The UnitTest interface is implemented by the class that tests a class.
UnitTestConstants UnitTestConstants contains the constants for the unit tests to use when registering and running the tests.
UnitTestManager The UnitTestManager provides a mechanism for registering subsystem tests and then invoking them.
 

Class Summary
BasicUnitTest  
BasicUnitTestManager  
T_Bomb  
T_Generic Abstract class which executes a unit test.
T_MultiIterations Abstract class which executes T_Generic.
T_MultiThreadedIterations Abstract class which executes T_MultiIterations.
UnitTestMain A very simple class to boot up a system based upon a configuration file passed in as the first argument.
 

Exception Summary
T_Fail Exception used to throw for errors in a unit test.