Package com.ashridgetech.prevdb.test

JUnit test classes for the PrevDb classes.

See:
          Description

Class Summary
AllTests Runs all JUnit Test classes in this package which have been added to the AllTests.suite() method.
BaseTest Common facilities for tests on the Prevdb classes.
PersistentManagerTest Tests the PersistentManager and related classes.
PersistentObjectTest Tests the AbstractPersistentObject and related classes.
PrevDbTest Tests the PrevDb methods, including loading to dummy store.
RefTest Tests the Ref, RefList and related classes.
TestClassA Persistent test class for use in unit tests.
TestClassB Persistent test class for use in unit tests.
TestClassC Persistent test class for use in unit tests.
TestSystemStore A mock object implementation of SystemStore for testing.
TransactionTest Tests the PrevDb's Transaction implementation.
 

Package com.ashridgetech.prevdb.test Description

JUnit test classes for the PrevDb classes.

Overall Structure

The BaseTest class extends the JUnit TestCase class to provide some common testing functions for the PrevDb tests. The AllTests class provides a main method to run the tests in the JUnit GUI, and a suite method that includes all the other test classes.



Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.