Uses of Interface
com.google.common.collect.testing.TestContainerGenerator
-
Packages that use TestContainerGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestContainerGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type TestContainerGenerator Modifier and Type Class Description classPerCollectionSizeTestSuiteBuilder<B extends PerCollectionSizeTestSuiteBuilder<B,G,T,E>,G extends TestContainerGenerator<T,E>,T,E>This builder creates a composite test suite, containing a separate test suite for eachCollectionSizepresent in the features specified byFeatureSpecificTestSuiteBuilder.withFeatures(Feature...).Subinterfaces of TestContainerGenerator in com.google.common.collect.testing Modifier and Type Interface Description interfaceOneSizeTestContainerGenerator<T,E>The subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize.interfaceTestCollectionGenerator<E>Creates collections, containing sample elements, to be tested.interfaceTestListGenerator<E>Creates sets, containing sample elements, to be tested.interfaceTestMapGenerator<K,V>Creates maps, 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.interfaceTestSortedMapGenerator<K,V>Creates sorted maps, 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 TestContainerGenerator 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.SortedMapSubmapTestMapGenerator<K,V>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>static classNavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>static classNavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>classOneSizeGenerator<T,E>Generator for collection of a particular size.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.classTestEnumMapGeneratorImplementation helper forTestMapGeneratorfor use with enum maps.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.classTestStringMapGeneratorImplementation helper forTestMapGeneratorfor use with maps of strings.classTestStringQueueGeneratorCreate queue of strings for tests.classTestStringSetGeneratorCreate string sets for collection tests.classTestStringSortedMapGeneratorImplementation helper forTestMapGeneratorfor use with sorted maps of strings.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 that return TestContainerGenerator Modifier and Type Method Description TestContainerGenerator<T,E>OneSizeGenerator. getInnerGenerator()TestContainerGenerator<T,E>OneSizeTestContainerGenerator. getInnerGenerator()Constructors in com.google.common.collect.testing with parameters of type TestContainerGenerator Constructor Description OneSizeGenerator(TestContainerGenerator<T,E> generator, CollectionSize collectionSize) -
Uses of TestContainerGenerator in com.google.common.collect.testing.google
Subinterfaces of TestContainerGenerator in com.google.common.collect.testing.google Modifier and Type Interface Description interfaceTestBiMapGenerator<K,V>Creates bimaps, containing sample entries, to be tested.interfaceTestListMultimapGenerator<K,V>A generator forListMultimapimplementations based on test data.interfaceTestMultimapGenerator<K,V,M extends com.google.common.collect.Multimap<K,V>>Creates multimaps, containing sample elements, to be tested.interfaceTestMultisetGenerator<E>Creates multisets, containing sample elements, to be tested.interfaceTestSetMultimapGenerator<K,V>A generator forSetMultimapimplementations based on test data.
-