| Class | Description |
|---|---|
| AbstractIteratorTest<E> |
Abstract class for testing the Iterator interface.
|
| AbstractListIteratorTest<E> |
Abstract class for testing the ListIterator interface.
|
| AbstractMapIteratorTest<K,V> |
Abstract class for testing the MapIterator interface.
|
| AbstractOrderedMapIteratorTest<K,V> |
Abstract class for testing the OrderedMapIterator interface.
|
| ArrayIterator2Test<E> |
Tests the ArrayIterator with primitive type arrays.
|
| ArrayIteratorTest<E> |
Tests the ArrayIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
| ArrayListIterator2Test<E> |
Test the ArrayListIterator class with primitives.
|
| ArrayListIteratorTest<E> |
Test the ArrayListIterator class.
|
| CollatingIteratorTest |
Unit test suite for
CollatingIterator. |
| FilterIteratorTest<E> |
Test the filter iterator.
|
| FilterListIteratorTest |
Tests the FilterListIterator class.
|
| IteratorChainTest |
Tests the IteratorChain class.
|
| IteratorIterableTest |
Tests for IteratorIterable.
|
| LazyIteratorChainTest |
Tests the LazyIteratorChain class.
|
| ListIteratorWrapper2Test<E> |
Tests the ListIteratorWrapper to insure that it behaves as expected when wrapping a ListIterator.
|
| ListIteratorWrapperTest<E> |
Tests the ListIteratorWrapper to insure that it simulates
a ListIterator correctly.
|
| LoopingIteratorTest |
Tests the LoopingIterator class.
|
| LoopingListIteratorTest |
Tests the LoopingListIterator class.
|
| NodeListIteratorTest |
Tests the NodeListIterator.
|
| ObjectArrayIteratorTest<E> |
Tests the ObjectArrayIterator.
|
| ObjectArrayListIterator2Test<E> |
Tests the ObjectArrayListIterator class.
|
| ObjectArrayListIteratorTest<E> |
Tests the ObjectArrayListIterator class.
|
| ObjectGraphIteratorTest |
Testcase.
|
| ReverseListIteratorTest<E> |
Tests the ReverseListIterator.
|
| SingletonIterator2Test<E> |
Tests the SingletonIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
| SingletonIteratorTest<E> |
Tests the SingletonIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
| SingletonListIteratorTest<E> |
Tests the SingletonListIterator.
|
| UniqueFilterIteratorTest<E> |
Tests the UniqueFilterIterator class.
|
| UnmodifiableIteratorTest<E> |
Tests the UnmodifiableIterator.
|
| UnmodifiableListIteratorTest<E> |
Tests the UnmodifiableListIterator.
|
| UnmodifiableMapIteratorTest<K,V> |
Tests the UnmodifiableMapIterator.
|
| UnmodifiableOrderedMapIteratorTest<K,V> |
Tests the UnmodifiableOrderedMapIterator.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.