Uses of Interface
com.google.common.collect.testing.TestCollectionGenerator
-
Packages that use TestCollectionGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestCollectionGenerator in com.google.common.collect.testing
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing Modifier and Type Interface Description interfaceTestListGenerator<E>Creates sets, containing sample elements, to be tested.interfaceTestQueueGenerator<E>Creates queues, containing sample elements, to be tested.interfaceTestSetGenerator<E>Creates sets, containing sample elements, to be tested.interfaceTestSortedSetGenerator<E>Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestCollectionGenerator Modifier and Type Class Description static classDerivedCollectionGenerators.MapEntrySetGenerator<K,V>static classDerivedCollectionGenerators.MapKeySetGenerator<K,V>static classDerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>static classDerivedCollectionGenerators.MapValueCollectionGenerator<K,V>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>static classNavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>classReserializingTestCollectionGenerator<E>Reserializes the sets created by another test set generator.classReserializingTestSetGenerator<E>Reserializes the sets created by another test set generator.classTestCharacterListGeneratorGeneratesList<Character>instances for test suites.classTestCollidingSetGeneratorA generator using sample elements whose hash codes all collide badly.classTestEnumSetGeneratorAn abstract TestSetGenerator for generating sets containing enum values.classTestIntegerSetGeneratorCreate integer sets for collection tests.classTestIntegerSortedSetGeneratorCreate integer sets for testing collections that are sorted by natural ordering.classTestMapEntrySetGenerator<K,V>Creates map entries using sample keys and sample values.classTestStringCollectionGeneratorString creation for testing arbitrary collections.classTestStringListGeneratorTODO: javadoc.classTestStringQueueGeneratorCreate queue of strings for tests.classTestStringSetGeneratorCreate string sets for collection tests.classTestStringSortedSetGeneratorCreate string sets for testing collections that are sorted by natural ordering.classTestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>Creates collections containing unhashable sample elements, to be tested.Methods in com.google.common.collect.testing with parameters of type TestCollectionGenerator Modifier and Type Method Description protected CollectionTestSuiteBuilder<V>MapTestSuiteBuilder. createDerivedValueCollectionSuite(TestCollectionGenerator<V> valueCollectionGenerator)static <E> ReserializingTestCollectionGenerator<E>ReserializingTestCollectionGenerator. newInstance(TestCollectionGenerator<E> delegate)static <E> CollectionTestSuiteBuilder<E>CollectionTestSuiteBuilder. using(TestCollectionGenerator<E> generator) -
Uses of TestCollectionGenerator in com.google.common.collect.testing.google
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing.google Modifier and Type Interface Description interfaceTestMultisetGenerator<E>Creates multisets, containing sample elements, to be tested.
-