Uses of Interface
com.google.common.collect.testing.TestCollectionGenerator
Packages that use TestCollectionGenerator
-
Uses of TestCollectionGenerator in com.google.common.collect.testing
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterfaceTestListGenerator<E extends @Nullable Object>Creates sets, 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.interfaceTestSortedSetGenerator<E extends @Nullable Object>Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestCollectionGeneratorModifier 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.SortedSetSubsetTestSetGenerator<E extends @Nullable Object>static final classclassReserializes 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.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.classCreate queue of strings for tests.classCreate string sets for collection tests.classCreate string sets for testing collections that are sorted by natural ordering.classCreates collections containing unhashable sample elements, to be tested.Subclasses with type arguments of type TestCollectionGenerator in com.google.common.collect.testingModifier and TypeClassDescriptionclassAbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>, E> Abstract superclass of all test-suite builders for collection interfaces.Methods in com.google.common.collect.testing with parameters of type TestCollectionGeneratorModifier and TypeMethodDescriptionprotected 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.googleModifier and TypeInterfaceDescriptioninterfaceTestMultisetGenerator<E extends @Nullable Object>Creates multisets, containing sample elements, to be tested.Classes in com.google.common.collect.testing.google that implement TestCollectionGeneratorModifier and TypeClassDescriptionstatic classDerivedGoogleCollectionGenerators.BiMapValueSetGenerator<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 classclassAn abstractTestMultisetGeneratorfor generating multisets containing enum values.classCreate multisets of strings for tests.