Package net.sf.molae.pipe.test

This package contains test classes for the collections framework.

See:
          Description

Class Summary
BinaryFunctionTest<B extends BinaryFunction<S1,S2,T>,S1,S2,T> Test methods to check the contract of BinaryFunction implementing classes.
CollectionTest<B extends Collection<E>,E> Test methods to check the contract of collection implementing classes.
CubeTest<B extends Cube<E,T>,E,T> Test methods to check the contract of cube implementing classes.
CubeTest.ProjectionTest<E,T> Test methods to check the contract of projections.
IteratorTest<B extends Iterator<?>> Test methods to check the contract of iterator implementing classes.
ListIteratorTest<B extends ListIterator<E>,E> Test methods to check the contract of list iterator implementing classes.
ListTest<B extends List<E>,E> Test methods to check the contract of list implementing classes.
ListTest.SubListTest<E> Test methods to check the contract of sub lists.
MapEntryTest<B extends Map.Entry<K,V>,K,V> Test methods to check the contract of map entry implementing classes.
MapTest<B extends Map<K,V>,K,V> Test methods to check the contract of map implementing classes.
ObjectTest<B> Test methods to check objects.
S1BinaryFunctionTest<B extends BinaryFunction<S,S,S>,S> Test methods to check the contract of BinaryFunction implementing classes where both operands have the same type.
S2BinaryFunctionTest<B extends BinaryFunction<S,S,T>,S,T> Test methods to check the contract of BinaryFunction implementing classes where both operands have the same type.
SetTest<B extends Set<E>,E> Test methods to check the contract of set implementing classes.
SortedMapTest<B extends SortedMap<K,V>,K,V> Test methods to check the contract of SortedMap implementing classes.
SortedSetTest<B extends SortedSet<E>,E> Test methods to check the contract of SortedSet implementing classes.
TestValueFactory Creates a dummy object of type T.
 

Package net.sf.molae.pipe.test Description

This package contains test classes for the collections framework.

Since:
1.0