| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArrayListTest<E>
Abstract test class for ArrayList.
|
class |
AbstractLinkedListTest<T>
Tests base
LinkedList methods and contracts. |
class |
AbstractObjectTest
Abstract test class for
Object methods and contracts. |
class |
AbstractTreeMapTest<K,V>
Tests TreeMap.
|
class |
AbstractTypedCollectionTest<T>
Tests TypedCollection.
|
class |
ArrayStackTest<E>
Tests ArrayStack.
|
class |
BagUtilsTest
Tests for BagUtils factory methods.
|
class |
BufferUtilsTest
Tests for BufferUtils.
|
class |
EnumerationUtilsTest
Tests EnumerationUtils.
|
class |
IteratorUtilsTest
Tests for IteratorUtils.
|
class |
ListUtilsTest
Tests for ListUtils.
|
class |
MapUtilsTest
Tests for MapUtils.
|
class |
SetUtilsTest
Tests for SetUtils.
|
class |
SplitMapUtilsTest
Tests for
TransformedMap |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.TestSuite |
BulkTest.makeSuite(Class<? extends BulkTest> c)
Returns a
TestSuite for testing all of the simple tests
and all the bulk tests defined by the given class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBagTest<T>
Abstract test class for
Bag methods and contracts. |
class |
AbstractSortedBagTest<T>
Abstract test class for
SortedBag
methods and contracts. |
class |
HashBagTest<T>
Extension of
AbstractBagTest for exercising the HashBag
implementation. |
class |
PredicatedBagTest<T>
Extension of
AbstractBagTest for exercising the PredicatedBag
implementation. |
class |
PredicatedSortedBagTest<T>
Extension of
AbstractSortedBagTest for exercising the PredicatedSortedBag
implementation. |
class |
TransformedBagTest<T>
Extension of
AbstractBagTest for exercising the TransformedBag
implementation. |
class |
TransformedSortedBagTest<T>
Extension of
AbstractSortedBagTest for exercising the TransformedSortedBag
implementation. |
class |
TreeBagTest<T>
Extension of
AbstractBagTest for exercising the TreeBag
implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBidiMapTest<K,V>
Abstract test class for
BidiMap methods and contracts. |
class |
AbstractBidiMapTest.TestBidiMapEntrySet |
class |
AbstractBidiMapTest.TestBidiMapIterator |
class |
AbstractBidiMapTest.TestInverseBidiMap |
class |
AbstractOrderedBidiMapDecoratorTest<K,V>
Test class for AbstractOrderedBidiMapDecorator.
|
class |
AbstractOrderedBidiMapTest<K,V>
Abstract test class for
OrderedBidiMap methods and contracts. |
class |
AbstractOrderedBidiMapTest.TestBidiOrderedMapIterator |
class |
AbstractSortedBidiMapTest<K extends Comparable<K>,V extends Comparable<V>>
Abstract test class for
SortedBidiMap methods and contracts. |
class |
DualHashBidiMapTest<K,V>
JUnit tests.
|
class |
DualLinkedHashBidiMapTest<K,V>
JUnit tests.
|
class |
DualTreeBidiMap2Test<K extends Comparable<K>,V extends Comparable<V>>
JUnit tests.
|
class |
DualTreeBidiMapTest<K extends Comparable<K>,V extends Comparable<V>>
JUnit tests.
|
class |
TreeBidiMapTest<K extends Comparable<K>,V extends Comparable<V>>
JUnit tests.
|
class |
UnmodifiableBidiMapTest<K,V>
JUnit tests.
|
class |
UnmodifiableOrderedBidiMapTest<K extends Comparable<K>,V extends Comparable<V>>
JUnit tests.
|
class |
UnmodifiableSortedBidiMapTest<K extends Comparable<K>,V extends Comparable<V>>
JUnit tests.
|
| Modifier and Type | Method and Description |
|---|---|
BulkTest |
AbstractBidiMapTest.bulkTestBidiMapIterator() |
BulkTest |
AbstractSortedBidiMapTest.bulkTestHeadMap() |
BulkTest |
AbstractBidiMapTest.bulkTestInverseMap() |
BulkTest |
AbstractBidiMapTest.bulkTestMapEntrySet() |
BulkTest |
AbstractOrderedBidiMapTest.bulkTestOrderedMapIterator() |
BulkTest |
AbstractSortedBidiMapTest.bulkTestSubMap() |
BulkTest |
AbstractSortedBidiMapTest.bulkTestTailMap() |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingBufferTest<E>
Extension of
AbstractObjectTest for exercising the
BlockingBuffer implementation. |
class |
BoundedBufferTest<E> |
class |
BoundedFifoBuffer2Test<E>
Runs tests against a full BoundedFifoBuffer, since many of the algorithms
differ depending on whether the fifo is full or not.
|
class |
BoundedFifoBufferTest<E>
Test cases for BoundedFifoBuffer.
|
class |
CircularFifoBufferTest<E>
Test cases for CircularFifoBuffer.
|
class |
PredicatedBufferTest<E>
Extension of
PredicatedCollectionTest for exercising the
PredicatedBuffer implementation. |
class |
PriorityBufferTest<E>
Tests the PriorityBuffer.
|
class |
SynchronizedBufferTest<E>
Extension of
AbstractCollectionTest for exercising the
SynchronizedBuffer implementation. |
class |
UnboundedFifoBufferTest<E>
Test cases for UnboundedFifoBuffer.
|
class |
UnmodifiableBufferTest<E>
Extension of
AbstractCollectionTest for exercising the
UnmodifiableBuffer implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComparatorTest<T>
Abstract test class for testing the Comparator interface.
|
class |
AbstractNullComparatorTest
Test the NullComparator.
|
static class |
AbstractNullComparatorTest.TestNullComparator1
Test the NullComparator with nulls high, using comparable comparator
|
static class |
AbstractNullComparatorTest.TestNullComparator2
Test the NullComparator with nulls low using the comparable comparator
|
class |
BooleanComparatorTest
Tests for
BooleanComparator. |
class |
ComparableComparatorTest
Tests for ComparableComparator.
|
class |
ComparatorChainTest
Tests for ComparatorChain.
|
class |
FixedOrderComparatorTest
Test class for FixedOrderComparator.
|
class |
ReverseComparatorTest
Tests for ReverseComparator.
|
class |
TransformingComparatorTest
Test class for TransformingComparator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIteratorTest<E>
Abstract class for testing the Iterator interface.
|
class |
AbstractListIteratorTest<E>
Abstract class for testing the ListIterator interface.
|
class |
AbstractMapIteratorTest<K,V>
Abstract class for testing the MapIterator interface.
|
class |
AbstractOrderedMapIteratorTest<K,V>
Abstract class for testing the OrderedMapIterator interface.
|
class |
ArrayIterator2Test<E>
Tests the ArrayIterator with primitive type arrays.
|
class |
ArrayIteratorTest<E>
Tests the ArrayIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
class |
ArrayListIterator2Test<E>
Test the ArrayListIterator class with primitives.
|
class |
ArrayListIteratorTest<E>
Test the ArrayListIterator class.
|
class |
CollatingIteratorTest
Unit test suite for
CollatingIterator. |
class |
FilterIteratorTest<E>
Test the filter iterator.
|
class |
IteratorChainTest
Tests the IteratorChain class.
|
class |
IteratorIterableTest
Tests for IteratorIterable.
|
class |
LazyIteratorChainTest
Tests the LazyIteratorChain class.
|
class |
ListIteratorWrapper2Test<E>
Tests the ListIteratorWrapper to insure that it behaves as expected when wrapping a ListIterator.
|
class |
ListIteratorWrapperTest<E>
Tests the ListIteratorWrapper to insure that it simulates
a ListIterator correctly.
|
class |
NodeListIteratorTest
Tests the NodeListIterator.
|
class |
ObjectArrayIteratorTest<E>
Tests the ObjectArrayIterator.
|
class |
ObjectArrayListIterator2Test<E>
Tests the ObjectArrayListIterator class.
|
class |
ObjectArrayListIteratorTest<E>
Tests the ObjectArrayListIterator class.
|
class |
ObjectGraphIteratorTest
Testcase.
|
class |
ReverseListIteratorTest<E>
Tests the ReverseListIterator.
|
class |
SingletonIterator2Test<E>
Tests the SingletonIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
class |
SingletonIteratorTest<E>
Tests the SingletonIterator to ensure that the next() method will actually
perform the iteration rather than the hasNext() method.
|
class |
SingletonListIteratorTest<E>
Tests the SingletonListIterator.
|
class |
UniqueFilterIteratorTest<E>
Tests the UniqueFilterIterator class.
|
class |
UnmodifiableIteratorTest<E>
Tests the UnmodifiableIterator.
|
class |
UnmodifiableListIteratorTest<E>
Tests the UnmodifiableListIterator.
|
class |
UnmodifiableMapIteratorTest<K,V>
Tests the UnmodifiableMapIterator.
|
class |
UnmodifiableOrderedMapIteratorTest<K,V>
Tests the UnmodifiableOrderedMapIterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListTest<E>
Abstract test class for
List methods and contracts. |
static class |
AbstractListTest.BulkTestSubList<E> |
class |
AbstractListTest.TestListIterator |
class |
CursorableLinkedListTest<E>
Test class.
|
class |
FixedSizeListTest<E>
Extension of
AbstractListTest for exercising the FixedSizeList
implementation. |
class |
GrowthListTest<E>
Extension of
AbstractListTest for exercising the GrowthList. |
class |
NodeCachingLinkedListTest<E>
Test class for NodeCachingLinkedList, a performance optimised LinkedList.
|
class |
PredicatedListTest<E>
Extension of
AbstractListTest for exercising the
PredicatedList implementation. |
class |
SetUniqueListTest<E>
JUnit tests.
|
class |
SynchronizedListTest<E>
Extension of
AbstractListTest for exercising the SynchronizedList
implementation. |
class |
TransformedListTest<E>
Extension of
AbstractListTest for exercising the TransformedList
implementation. |
class |
TreeListTest<E>
JUnit tests
|
class |
UnmodifiableListTest<E>
Extension of
AbstractListTest for exercising the
UnmodifiableList implementation. |
| Modifier and Type | Method and Description |
|---|---|
BulkTest |
AbstractListTest.bulkTestListIterator() |
BulkTest |
AbstractListTest.bulkTestSubList()
Returns a
BulkTest for testing List.subList(int,int). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterableMapTest<K,V>
Abstract test class for
IterableMap methods and contracts. |
class |
AbstractIterableMapTest.InnerTestMapIterator |
class |
AbstractMapTest<K,V>
Abstract test class for
Map methods and contracts. |
class |
AbstractMapTest.TestMapEntrySet |
class |
AbstractMapTest.TestMapKeySet |
class |
AbstractMapTest.TestMapValues |
class |
AbstractOrderedMapTest<K,V>
Abstract test class for
OrderedMap methods and contracts. |
class |
AbstractOrderedMapTest.InnerTestOrderedMapIterator |
class |
AbstractSortedMapTest<K,V>
Abstract test class for
SortedMap methods and contracts. |
static class |
AbstractSortedMapTest.TestHeadMap<K,V> |
static class |
AbstractSortedMapTest.TestSubMap<K,V> |
static class |
AbstractSortedMapTest.TestTailMap<K,V> |
static class |
AbstractSortedMapTest.TestViewMap<K,V> |
class |
CaseInsensitiveMapTest<K,V>
Tests for the
CaseInsensitiveMap implementation. |
class |
CompositeMapTest<K,V>
Extension of
AbstractMapTest for exercising the
CompositeMap implementation. |
class |
DefaultedMapTest<K,V>
Extension of
AbstractMapTest for exercising the
DefaultedMap implementation. |
class |
FixedSizeMapTest<K,V>
Extension of
AbstractMapTest for exercising the FixedSizeMap
implementation. |
class |
FixedSizeSortedMapTest<K,V>
Extension of
AbstractSortedMapTest for exercising the FixedSizeSortedMap
implementation. |
class |
Flat3MapTest<K,V>
JUnit tests.
|
class |
Flat3MapTest.TestFlatMapIterator |
class |
HashedMapTest<K,V>
JUnit tests.
|
class |
IdentityMapTest<K,V>
JUnit tests.
|
class |
LazyMapTest<K,V>
Extension of
AbstractMapTest for exercising the
LazyMap implementation. |
class |
LazySortedMapTest<K,V>
Extension of
LazyMapTest for exercising the
LazySortedMap implementation. |
class |
LinkedMapTest<K,V>
JUnit tests.
|
class |
LinkedMapTest.TestListView |
class |
ListOrderedMap2Test<K,V>
Extension of
AbstractOrderedMapTest for exercising the ListOrderedMap
implementation. |
class |
ListOrderedMap2Test.TestListView |
class |
ListOrderedMapTest<K,V>
Extension of
AbstractOrderedMapTest for exercising the ListOrderedMap
implementation. |
class |
ListOrderedMapTest.TestKeyListView |
class |
ListOrderedMapTest.TestValueListView |
class |
LRUMapTest<K,V>
JUnit tests.
|
class |
MultiKeyMapTest<K,V>
JUnit tests.
|
class |
MultiValueMapTest<K,V>
TestMultiValueMap.
|
class |
PassiveExpiringMapTest<K,V> |
class |
PredicatedMapTest<K,V>
Extension of
AbstractMapTest for exercising the
PredicatedMap implementation. |
class |
PredicatedSortedMapTest<K,V>
Extension of
PredicatedMapTest for exercising the
PredicatedSortedMap implementation. |
class |
ReferenceIdentityMapTest<K,V>
Tests for ReferenceIdentityMap.
|
class |
ReferenceMapTest<K,V>
Tests for ReferenceMap.
|
class |
SingletonMapTest<K,V>
JUnit tests.
|
class |
StaticBucketMapTest<K,V>
Unit tests.
|
class |
TransformedSortedMapTest<K,V>
Extension of
AbstractSortedMapTest for exercising the TransformedSortedMap
implementation. |
class |
UnmodifiableMapTest<K,V>
Extension of
AbstractMapTest for exercising the
UnmodifiableMap implementation. |
class |
UnmodifiableOrderedMapTest<K,V>
Extension of
AbstractOrderedMapTest for exercising the
UnmodifiableOrderedMap implementation. |
class |
UnmodifiableSortedMapTest<K,V>
Extension of
AbstractSortedMapTest for exercising the
UnmodifiableSortedMap implementation. |
| Modifier and Type | Method and Description |
|---|---|
BulkTest |
AbstractSortedMapTest.bulkTestHeadMap() |
BulkTest |
AbstractSortedMapTest.TestViewMap.bulkTestHeadMap() |
BulkTest |
ListOrderedMapTest.bulkTestKeyListView() |
BulkTest |
ListOrderedMap2Test.bulkTestListView() |
BulkTest |
LinkedMapTest.bulkTestListView() |
BulkTest |
AbstractMapTest.bulkTestMapEntrySet()
Bulk test
Map.entrySet(). |
BulkTest |
Flat3MapTest.bulkTestMapIterator() |
BulkTest |
AbstractIterableMapTest.bulkTestMapIterator() |
BulkTest |
AbstractMapTest.bulkTestMapKeySet()
Bulk test
Map.keySet(). |
BulkTest |
AbstractMapTest.bulkTestMapValues()
Bulk test
Map.values(). |
BulkTest |
AbstractOrderedMapTest.bulkTestOrderedMapIterator() |
BulkTest |
AbstractSortedMapTest.bulkTestSubMap() |
BulkTest |
AbstractSortedMapTest.TestViewMap.bulkTestSubMap() |
BulkTest |
AbstractSortedMapTest.bulkTestTailMap() |
BulkTest |
AbstractSortedMapTest.TestViewMap.bulkTestTailMap() |
BulkTest |
ListOrderedMapTest.bulkTestValueListView() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSetTest<E>
Abstract test class for
Set methods and contracts. |
class |
AbstractSortedSetTest<E>
Abstract test class for
SortedSet methods and contracts. |
class |
AbstractSortedSetTest.TestSortedSetSubSet |
class |
CompositeSetTest<E>
Extension of
AbstractSetTest for exercising the
CompositeSet implementation. |
class |
ListOrderedSet2Test<E>
Extension of
AbstractSetTest for exercising the ListOrderedSet
implementation. |
class |
ListOrderedSetTest<E>
Extension of
AbstractSetTest for exercising the
ListOrderedSet implementation. |
class |
MapBackedSet2Test<E>
JUnit test.
|
class |
MapBackedSetTest<E>
JUnit test.
|
class |
PredicatedSetTest<E>
Extension of
AbstractSetTest for exercising the
PredicatedSet implementation. |
class |
PredicatedSortedSetTest<E>
Extension of
AbstractSortedSetTest for exercising the
PredicatedSortedSet implementation. |
class |
SynchronizedSetTest<E>
Extension of
AbstractSetTest for exercising the
SynchronizedSet implementation. |
class |
SynchronizedSortedSetTest<E>
Extension of
AbstractSetTest for exercising the
SynchronizedSortedSet implementation. |
class |
TransformedSetTest<E>
Extension of
AbstractSetTest for exercising the TransformedSet
implementation. |
class |
TransformedSortedSetTest<E>
Extension of
AbstractSortedSetTest for exercising the TransformedSortedSet
implementation. |
class |
UnmodifiableSetTest<E>
Extension of
AbstractSetTest for exercising the
UnmodifiableSet implementation. |
class |
UnmodifiableSortedSetTest<E>
Extension of
AbstractSortedSetTest for exercising the
UnmodifiableSortedSet implementation. |
| Modifier and Type | Method and Description |
|---|---|
BulkTest |
AbstractSortedSetTest.bulkTestSortedSetHeadSet()
Bulk test
SortedSet.headSet(Object). |
BulkTest |
AbstractSortedSetTest.TestSortedSetSubSet.bulkTestSortedSetHeadSet() |
BulkTest |
AbstractSortedSetTest.bulkTestSortedSetSubSet()
Bulk test
SortedSet.subSet(Object, Object). |
BulkTest |
AbstractSortedSetTest.TestSortedSetSubSet.bulkTestSortedSetSubSet() |
BulkTest |
AbstractSortedSetTest.bulkTestSortedSetTailSet()
Bulk test
SortedSet.tailSet(Object). |
BulkTest |
AbstractSortedSetTest.TestSortedSetSubSet.bulkTestSortedSetTailSet() |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformedMapTest
Tests for
TransformedMap
TODO fix version, add Serialization tests |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.