| |
|
| org.apache.commons.collections.list.AbstractTestList org.apache.commons.collections.TestCursorableLinkedList
TestCursorableLinkedList | public class TestCursorableLinkedList extends AbstractTestList (Code) | | Test class.
version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $ author: Rodney Waldhoff author: Simon Kitching |
TestCursorableLinkedList | public TestCursorableLinkedList(String testName)(Code) | | |
ignoredTests | public String[] ignoredTests()(Code) | | Ignore the serialization tests for sublists and sub-sublists.
an array of sublist serialization test names |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
testAdd | public void testAdd()(Code) | | |
testClear | public void testClear()(Code) | | |
testContains | public void testContains()(Code) | | |
testContainsAll | public void testContainsAll()(Code) | | |
testCursorAdd | public void testCursorAdd()(Code) | | |
testCursorConcurrentModification | public void testCursorConcurrentModification()(Code) | | |
testCursorNavigation | public void testCursorNavigation()(Code) | | |
testCursorRemove | public void testCursorRemove()(Code) | | |
testCursorSet | public void testCursorSet()(Code) | | |
testEqualsAndHashCode | public void testEqualsAndHashCode()(Code) | | |
testGet | public void testGet()(Code) | | |
testIndexOf | public void testIndexOf()(Code) | | |
testIsEmpty | public void testIsEmpty()(Code) | | |
testIterator | public void testIterator()(Code) | | |
testListIteratorAdd | public void testListIteratorAdd()(Code) | | |
testListIteratorNavigation | public void testListIteratorNavigation()(Code) | | |
testListIteratorRemove | public void testListIteratorRemove()(Code) | | |
testListIteratorSet | public void testListIteratorSet()(Code) | | |
testLongSerialization | public void testLongSerialization() throws Exception(Code) | | |
testRemove | public void testRemove()(Code) | | |
testRemoveAll | public void testRemoveAll()(Code) | | |
testRemoveByIndex | public void testRemoveByIndex()(Code) | | |
testRetainAll | public void testRetainAll()(Code) | | |
testSerializationWithOpenCursor | public void testSerializationWithOpenCursor() throws Exception(Code) | | |
testSet | public void testSet()(Code) | | |
testSubList | public void testSubList()(Code) | | |
testSubListAddBegin | public void testSubListAddBegin()(Code) | | |
testSubListAddEnd | public void testSubListAddEnd()(Code) | | |
testSubListAddMiddle | public void testSubListAddMiddle()(Code) | | |
testSubListRemove | public void testSubListRemove()(Code) | | |
testToArray | public void testToArray()(Code) | | |
|
|
|