| jdbm.recman.TestTransactionManager
TestTransactionManager | public class TestTransactionManager extends TestCase (Code) | | This class contains all Unit tests for
TransactionManager .
|
TestTransactionManager | public TestTransactionManager(String name)(Code) | | |
XtestRecovery | public void XtestRecovery() throws Exception(Code) | | Test recovery
|
XtestSynching | public void XtestSynching() throws Exception(Code) | | Test background synching
|
assertDataSizeEquals | void assertDataSizeEquals(String msg, long size)(Code) | | |
assertLogSizeEquals | void assertLogSizeEquals(String msg, long size)(Code) | | |
assertLogSizeNotZero | void assertLogSizeNotZero(String msg)(Code) | | |
main | public static void main(String[] args)(Code) | | Runs all tests in this class
|
setUp | public void setUp()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testCtor | public void testCtor() throws Exception(Code) | | Test constructor. Oops - can only be done indirectly :-)
|
|
|