| org.hsqldb.test.TestDataStructures
TestDataStructures | public class TestDataStructures extends TestCase (Code) | | Randomly excutes methods on the HsqlList data structures and compares the
results with equivalent calls on the java vector class.
author: dnordahl@users |
TestDataStructures | public TestDataStructures(String s)(Code) | | Creates a new instance of TestDataStructures
|
compareLists | public void compareLists(HsqlArrayList arrayList, HsqlLinkedList linkedList, Vector vector)(Code) | | Compare contents of lists to the vector. Print out stuff if they are
inconsistent and exit.
|
printListCommandsCalled | public void printListCommandsCalled(Vector commands)(Code) | | Prints the list of commands called so far
|
testGrowth | public void testGrowth()(Code) | | |
testLists | public void testLists()(Code) | | Runs a test on the hsqldb lists
|
testSpeed | public void testSpeed()(Code) | | |
|
|