Package com.google.common.collect.testing.google

Interface Summary
TestMultisetGenerator<E> Creates multisets, containing sample elements, to be tested.
 

Class Summary
AbstractMultisetSetCountTester<E> Common superclass for MultisetSetCountUnconditionallyTester and MultisetSetCountConditionallyTester.
AbstractMultisetTester<E> Base class for multiset collection tests.
BiMapGenerators Generators of various BiMaps and derived collections.
BiMapGenerators.ImmutableBiMapEntrySetGenerator  
BiMapGenerators.ImmutableBiMapInverseEntrySetGenerator  
BiMapGenerators.ImmutableBiMapInverseKeySetGenerator  
BiMapGenerators.ImmutableBiMapInverseValuesGenerator  
BiMapGenerators.ImmutableBiMapKeySetGenerator  
BiMapGenerators.ImmutableBiMapValuesGenerator  
ListGenerators Common generators of different types of lists.
ListGenerators.BuilderAddAllListGenerator  
ListGenerators.BuilderAddListGenerator  
ListGenerators.BuilderReversedListGenerator  
ListGenerators.ImmutableListHeadSubListGenerator  
ListGenerators.ImmutableListMiddleSubListGenerator  
ListGenerators.ImmutableListOfGenerator  
ListGenerators.ImmutableListTailSubListGenerator  
ListGenerators.UnhashableElementsImmutableListGenerator  
MapGenerators Generators of different types of map and related collections, such as keys, entries and values.
MapGenerators.ImmutableMapEntrySetGenerator  
MapGenerators.ImmutableMapKeySetGenerator  
MapGenerators.ImmutableMapUnhashableValuesGenerator  
MapGenerators.ImmutableMapValueListGenerator  
MapGenerators.ImmutableMapValuesGenerator  
MultisetIteratorTester<E> Tester to make sure the iterator().remove() implementation of Multiset works when there are multiple occurrences of elements.
MultisetReadsTester<E> A generic JUnit test which tests multiset-specific read operations.
MultisetSetCountConditionallyTester<E> A generic JUnit test which tests conditional setCount() operations on a multiset.
MultisetSetCountUnconditionallyTester<E> A generic JUnit test which tests unconditional setCount() operations on a multiset.
MultisetTestSuiteBuilder<E> Creates, based on your criteria, a JUnit test suite that exhaustively tests a Multiset implementation.
MultisetWritesTester<E> A generic JUnit test which tests multiset-specific write operations.
SetGenerators Generators of different types of sets and derived collections from sets.
SetGenerators.DegeneratedImmutableSetGenerator  
SetGenerators.ImmutableSetAsListGenerator  
SetGenerators.ImmutableSetCopyOfGenerator  
SetGenerators.ImmutableSetWithBadHashesGenerator  
SetGenerators.ImmutableSortedSetAsListGenerator  
SetGenerators.ImmutableSortedSetAsListSubListGenerator  
SetGenerators.ImmutableSortedSetCopyOfGenerator  
SetGenerators.ImmutableSortedSetExplicitComparator  
SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator  
SetGenerators.ImmutableSortedSetHeadsetGenerator  
SetGenerators.ImmutableSortedSetReversedOrderGenerator  
SetGenerators.ImmutableSortedSetSubsetAsListGenerator  
SetGenerators.ImmutableSortedsetSubsetAsListSubListGenerator  
SetGenerators.ImmutableSortedSetSubsetGenerator  
SetGenerators.ImmutableSortedSetTailsetGenerator  
SetGenerators.ImmutableSortedSetUnhashableGenerator  
SetGenerators.TestUnhashableSetGenerator  
SortedMapGenerators Generators of sorted maps and derived collections.
SortedMapGenerators.ImmutableSortedMapEntrySetGenerator  
SortedMapGenerators.ImmutableSortedMapHeadMapKeySetGenerator  
SortedMapGenerators.ImmutableSortedMapKeySetGenerator  
SortedMapGenerators.ImmutableSortedMapSubMapEntryGenerator  
SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator  
SortedMapGenerators.ImmutableSortedMapValuesGenerator  
TestEnumMultisetGenerator An abstract TestMultisetGenerator for generating multisets containing enum values.
TestStringMultisetGenerator Create multisets of strings for tests.
UnmodifiableCollectionTests A series of tests that support asserting that collections cannot be modified, either through direct or indirect means.
 



Copyright © 2010-2011. All Rights Reserved.