Interface TestCollectionGenerator<E>
-
- All Superinterfaces:
TestContainerGenerator<Collection<E>,E>
- All Known Subinterfaces:
TestListGenerator<E>,TestMultisetGenerator<E>,TestQueueGenerator<E>,TestSetGenerator<E>,TestSortedSetGenerator<E>
- All Known Implementing Classes:
DerivedCollectionGenerators.MapEntrySetGenerator,DerivedCollectionGenerators.MapKeySetGenerator,DerivedCollectionGenerators.MapSortedKeySetGenerator,DerivedCollectionGenerators.MapValueCollectionGenerator,DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator,DerivedGoogleCollectionGenerators.BiMapValueSetGenerator,ListGenerators.BuilderAddAllListGenerator,ListGenerators.BuilderAddListGenerator,ListGenerators.BuilderReversedListGenerator,ListGenerators.CharactersOfCharSequenceGenerator,ListGenerators.CharactersOfStringGenerator,ListGenerators.ImmutableListHeadSubListGenerator,ListGenerators.ImmutableListMiddleSubListGenerator,ListGenerators.ImmutableListOfGenerator,ListGenerators.ImmutableListTailSubListGenerator,ListGenerators.UnhashableElementsImmutableListGenerator,MapGenerators.ImmutableMapEntryListGenerator,MapGenerators.ImmutableMapKeyListGenerator,MapGenerators.ImmutableMapUnhashableValuesGenerator,MapGenerators.ImmutableMapValueListGenerator,NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator,ReserializingTestCollectionGenerator,ReserializingTestSetGenerator,SetGenerators.ContiguousSetDescendingGenerator,SetGenerators.ContiguousSetGenerator,SetGenerators.ContiguousSetHeadsetGenerator,SetGenerators.ContiguousSetSubsetGenerator,SetGenerators.ContiguousSetTailsetGenerator,SetGenerators.DegeneratedImmutableSetGenerator,SetGenerators.ImmutableSetAsListGenerator,SetGenerators.ImmutableSetCopyOfGenerator,SetGenerators.ImmutableSetSizedBuilderGenerator,SetGenerators.ImmutableSetTooBigBuilderGenerator,SetGenerators.ImmutableSetTooSmallBuilderGenerator,SetGenerators.ImmutableSetUnsizedBuilderGenerator,SetGenerators.ImmutableSetWithBadHashesGenerator,SetGenerators.ImmutableSortedSetAsListGenerator,SetGenerators.ImmutableSortedSetAsListSubListGenerator,SetGenerators.ImmutableSortedSetCopyOfGenerator,SetGenerators.ImmutableSortedSetDescendingAsListGenerator,SetGenerators.ImmutableSortedSetDescendingGenerator,SetGenerators.ImmutableSortedSetExplicitComparator,SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator,SetGenerators.ImmutableSortedSetHeadsetGenerator,SetGenerators.ImmutableSortedSetReversedOrderGenerator,SetGenerators.ImmutableSortedSetSubsetAsListGenerator,SetGenerators.ImmutableSortedSetSubsetAsListSubListGenerator,SetGenerators.ImmutableSortedSetSubsetGenerator,SetGenerators.ImmutableSortedSetTailsetGenerator,SetGenerators.ImmutableSortedSetUnhashableGenerator,SetGenerators.TestUnhashableSetGenerator,SortedMapGenerators.ImmutableSortedMapEntryListGenerator,SortedMapGenerators.ImmutableSortedMapKeyListGenerator,SortedMapGenerators.ImmutableSortedMapValueListGenerator,TestCharacterListGenerator,TestCollidingSetGenerator,TestEnumMultisetGenerator,TestEnumSetGenerator,TestIntegerSetGenerator,TestIntegerSortedSetGenerator,TestMapEntrySetGenerator,TestStringCollectionGenerator,TestStringListGenerator,TestStringMultisetGenerator,TestStringQueueGenerator,TestStringSetGenerator,TestStringSortedSetGenerator,TestUnhashableCollectionGenerator
@GwtCompatible public interface TestCollectionGenerator<E> extends TestContainerGenerator<Collection<E>,E>
Creates collections, containing sample elements, to be tested.- Author:
- Kevin Bourrillion
-
-
Method Summary
-
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
create, createArray, order, samples
-
-