|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
JUnit test classes for the PrevDb classes.
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.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||