Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| void | testIsEmptyTrue () |
| void | testIsEmptyFalse () |
| void | testNonEmptyTrue () |
| void | testNonEmptyFalse () |
| void | testFirst () |
| void | testRest1 () |
| void | testRest2 () |
| void | testLength1 () |
| void | testLength2 () |
| void | testReverse () |
| void | testAppend () |
| void | testToString1 () |
| void | testToString2 () |
| void | testToString3 () |
| void | testList1 () |
| void | testList2 () |
Static Public Member Functions | |
| static void | setUpClass () throws Exception |
| static void | tearDownClass () throws Exception |
| void openlist.OpenListTest.testAppend | ( | ) |
Test of append method
| void openlist.OpenListTest.testFirst | ( | ) |
Test of first method
| void openlist.OpenListTest.testIsEmptyFalse | ( | ) |
Test of isEmpty method
| void openlist.OpenListTest.testIsEmptyTrue | ( | ) |
Test of isEmpty method
| void openlist.OpenListTest.testLength1 | ( | ) |
Test of length method
| void openlist.OpenListTest.testLength2 | ( | ) |
Test of length method
| void openlist.OpenListTest.testList1 | ( | ) |
Test of "list" function
| void openlist.OpenListTest.testList2 | ( | ) |
Test of "list" function
| void openlist.OpenListTest.testNonEmptyFalse | ( | ) |
Test of nonEmpty method
| void openlist.OpenListTest.testNonEmptyTrue | ( | ) |
Test of nonEmpty method
| void openlist.OpenListTest.testRest1 | ( | ) |
Test of rest method
| void openlist.OpenListTest.testRest2 | ( | ) |
Test of rest method
| void openlist.OpenListTest.testReverse | ( | ) |
Test of reverse method
| void openlist.OpenListTest.testToString1 | ( | ) |
Test of toString method
| void openlist.OpenListTest.testToString2 | ( | ) |
Test of toString method
| void openlist.OpenListTest.testToString3 | ( | ) |
Test of toString method
1.5.8