| Class | Description |
|---|---|
| AbstractCollectionTest<E> |
Abstract test class for
Collection methods and contracts. |
| CompositeCollectionTest<E> |
Extension of
AbstractCollectionTest for exercising the
CompositeCollection implementation. |
| IndexedCollectionTest |
Extension of
AbstractCollectionTest for exercising the
IndexedCollection implementation. |
| PredicatedCollectionTest<E> |
Extension of
AbstractCollectionTest for exercising the
PredicatedCollection implementation. |
| SynchronizedCollectionTest<E> |
Extension of
AbstractCollectionTest for exercising the
SynchronizedCollection implementation. |
| TransformedCollectionTest |
Extension of
AbstractCollectionTest for exercising the TransformedCollection
implementation. |
| UnmodifiableBoundedCollectionTest<E> |
Extension of
AbstractCollectionTest for exercising the
UnmodifiableBoundedCollection implementation. |
| UnmodifiableCollectionTest<E> |
Extension of
AbstractCollectionTest for exercising the
UnmodifiableCollection implementation. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.