| Class | Description |
|---|---|
| AbstractLinkedListTest<E> |
Test case for
AbstractLinkedList. |
| AbstractListTest<E> |
Abstract test class for
List methods and contracts. |
| AbstractListTest.BulkTestSubList<E> | |
| CursorableLinkedListTest<E> |
Test class.
|
| FixedSizeListTest<E> |
Extension of
AbstractListTest for exercising the FixedSizeList
implementation. |
| GrowthListTest<E> |
Extension of
AbstractListTest for exercising the GrowthList. |
| NodeCachingLinkedListTest<E> |
Test class for NodeCachingLinkedList, a performance optimised LinkedList.
|
| PredicatedListTest<E> |
Extension of
AbstractListTest for exercising the
PredicatedList implementation. |
| SetUniqueListTest<E> |
JUnit tests.
|
| SynchronizedListTest<E> |
Extension of
AbstractListTest for exercising the SynchronizedList
implementation. |
| TransformedListTest<E> |
Extension of
AbstractListTest for exercising the TransformedList
implementation. |
| TreeListTest<E> |
JUnit tests
|
| UnmodifiableListTest<E> |
Extension of
AbstractListTest for exercising the
UnmodifiableList implementation. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.