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 TypeInterfaceDescriptioninterfaceCreates sets, containing sample elements, to be tested.interfaceCreates queues, containing sample elements, to be tested.interfaceCreates sets, containing sample elements, to be tested.interfaceCreates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestCollectionGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic 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.classCreates 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.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 TypeInterfaceDescriptioninterfaceCreates multisets, containing sample elements, to be tested.Classes in com.google.common.collect.testing.google that implement TestCollectionGeneratorModifier and TypeClassDescriptionstatic 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.classCreate multisets of strings for tests.