| jdbm.recman.TestRecordManager
TestRecordManager | public class TestRecordManager extends TestCase (Code) | | This class contains all Unit tests for
RecordManager .
|
TestRecordManager | public TestRecordManager(String name)(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) | | |
testDeleteAndReuse | public void testDeleteAndReuse() throws Exception(Code) | | Test delete and immediate reuse. This attempts to reproduce
a bug in the stress test involving 0 record lengths.
|
testRollback | public void testRollback() throws Exception(Code) | | Test rollback sanity. Attemts to add a new record, rollback and
add the same record. We should obtain the same record id for both
operations.
|
|
|