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 TypeInterfaceDescriptioninterfaceThe subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize.interfaceCreates collections, containing sample elements, to be tested.interfaceCreates sets, containing sample elements, to be tested.interfaceTestMapGenerator<K,V> Creates maps, containing sample elements, to be tested.interfaceCreates queues, containing sample elements, to be tested.interfaceCreates sets, containing sample elements, to be tested.interfaceCreates sorted maps, containing sample elements, to be tested.interfaceCreates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestContainerGeneratorModifier and TypeClassDescription(package private) static class(package private) static classstatic classstatic classstatic classstatic classstatic classstatic class(package private) static classprivate static class(package private) static classstatic final classstatic final classfinal classOneSizeGenerator<T,E> 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.(package private) static classclassGeneratesList<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.classCreates 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.Fields in com.google.common.collect.testing declared as TestContainerGeneratorModifier and TypeFieldDescriptionprivate final TestContainerGenerator<T, E> OneSizeGenerator.generatorMethods 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,V> Creates bimaps, containing sample entries, to be tested.interfaceA generator forListMultimapimplementations based on test data.interfaceTestMultimapGenerator<K,V, M extends Multimap<K, V>> Creates multimaps, containing sample elements, to be tested.interfaceCreates 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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classprivate static classstatic classprivate static classprivate static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classprivate static classMultimapTestSuiteBuilder.AsMapGenerator<K,V, M extends Multimap<K, V>> (package private) static classMultimapTestSuiteBuilder.EntriesGenerator<K,V, M extends Multimap<K, V>> (package private) static classMultimapTestSuiteBuilder.KeysGenerator<K,V, M extends Multimap<K, V>> (package private) static classMultimapTestSuiteBuilder.MultimapAsMapGetGenerator<K,V, M extends Multimap<K, V>> (package private) static classMultimapTestSuiteBuilder.MultimapGetGenerator<K,V, M extends Multimap<K, V>> private static classMultimapTestSuiteBuilder.ReserializedMultimapGenerator<K,V, M extends Multimap<K, V>> (package private) static classMultimapTestSuiteBuilder.ValuesGenerator<K,V, M extends Multimap<K, V>> (package private) static class(package private) static class(package private) static classprivate 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 classprivate static class(package private) static class(package private) static classstatic classstatic classstatic classstatic classstatic classprivate static 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.