| jdbm.recman.TestRecordFile
TestRecordFile | public class TestRecordFile extends TestCase (Code) | | This class contains all Unit tests for
RecordFile .
|
deleteFile | public static void deleteFile(String filename)(Code) | | |
deleteTestFile | public static void deleteTestFile()(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) | | |
testAddZero | public void testAddZero() throws Exception(Code) | | Test addition of record 0
|
testWithHoles | public void testWithHoles() throws Exception(Code) | | Test addition of a number of records, with holes.
|
testWrongRelease | public void testWrongRelease() throws Exception(Code) | | Test wrong release
|
|
|