Uses of Interface
com.google.common.collect.testing.TestContainerGenerator
Packages that use TestContainerGenerator
-
Uses of TestContainerGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type TestContainerGeneratorModifier and TypeClassDescriptionclassPerCollectionSizeTestSuiteBuilder<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.testingModifier and TypeInterfaceDescriptioninterfaceOneSizeTestContainerGenerator<T, E extends @Nullable Object>The subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize.interfaceTestCollectionGenerator<E extends @Nullable Object>Creates collections, containing sample elements, to be tested.interfaceTestListGenerator<E extends @Nullable Object>Creates sets, containing sample elements, to be tested.interfaceTestMapGenerator<K extends @Nullable Object, V extends @Nullable Object>Creates maps, containing sample elements, to be tested.interfaceTestQueueGenerator<E extends @Nullable Object>Creates queues, containing sample elements, to be tested.interfaceTestSetGenerator<E extends @Nullable Object>Creates sets, containing sample elements, to be tested.interfaceTestSortedMapGenerator<K extends @Nullable Object, V extends @Nullable Object>Creates sorted maps, containing sample elements, to be tested.interfaceTestSortedSetGenerator<E extends @Nullable Object>Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestContainerGeneratorModifier and TypeClassDescriptionstatic classDerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedCollectionGenerators.MapKeySetGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedCollectionGenerators.MapSortedKeySetGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedCollectionGenerators.MapValueCollectionGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E extends @Nullable Object>static final classstatic final classfinal classOneSizeGenerator<T, E extends @Nullable Object>Generator for collection of a particular size.classReserializes the sets created by another test set generator.classReserializes the sets created by another test set generator.classGeneratesList<Character>instances for test suites.classA generator using sample elements whose hash codes all collide badly.classImplementation helper forTestMapGeneratorfor use with enum maps.classAn abstract TestSetGenerator for generating sets containing enum values.classCreate integer sets for collection tests.classCreate integer sets for testing collections that are sorted by natural ordering.classTestMapEntrySetGenerator<K extends @Nullable Object, V extends @Nullable Object>Creates map entries using sample keys and sample values.classString creation for testing arbitrary collections.classTODO: javadoc.classImplementation helper forTestMapGeneratorfor use with maps of strings.classCreate queue of strings for tests.classCreate string sets for collection tests.classImplementation helper forTestMapGeneratorfor use with sorted maps of strings.classCreate string sets for testing collections that are sorted by natural ordering.classCreates collections containing unhashable sample elements, to be tested.Methods in com.google.common.collect.testing that return TestContainerGeneratorModifier and TypeMethodDescriptionOneSizeGenerator.getInnerGenerator()OneSizeTestContainerGenerator.getInnerGenerator()Constructors in com.google.common.collect.testing with parameters of type TestContainerGeneratorModifierConstructorDescriptionOneSizeGenerator(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.googleModifier and TypeInterfaceDescriptioninterfaceTestBiMapGenerator<K extends @Nullable Object, V extends @Nullable Object>Creates bimaps, containing sample entries, to be tested.interfaceTestListMultimapGenerator<K extends @Nullable Object, V extends @Nullable Object>A generator forListMultimapimplementations based on test data.interfaceTestMultimapGenerator<K extends @Nullable Object, V extends @Nullable Object, M extends com.google.common.collect.Multimap<K,V>> Creates multimaps, containing sample elements, to be tested.interfaceTestMultisetGenerator<E extends @Nullable Object>Creates multisets, containing sample elements, to be tested.interfaceA generator forSetMultimapimplementations based on test data.Classes in com.google.common.collect.testing.google that implement TestContainerGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classDerivedGoogleCollectionGenerators.BiMapValueSetGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedGoogleCollectionGenerators.InverseBiMapGenerator<K extends @Nullable Object, V extends @Nullable Object>static classDerivedGoogleCollectionGenerators.MapGenerator<K extends @Nullable Object, V extends @Nullable Object>static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassAn abstractTestMultisetGeneratorfor generating multisets containing enum values.classImplementation helper forTestBiMapGeneratorfor use with bimaps of strings.classA skeleton generator for aListMultimapimplementation.classCreate multisets of strings for tests.classA skeleton generator for aSetMultimapimplementation.