Uses of Interface
com.google.common.collect.testing.TestSetGenerator
Packages that use TestSetGenerator
-
Uses of TestSetGenerator in com.google.common.collect.testing
Subinterfaces of TestSetGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterfaceCreates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestSetGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic final classclassReserializes the sets created by another test set generator.(package private) static classclassA 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.classCreate string sets for collection tests.classCreate string sets for testing collections that are sorted by natural ordering.Methods in com.google.common.collect.testing that return TestSetGeneratorModifier and TypeMethodDescription(package private) static <K,V> TestSetGenerator<K> DerivedCollectionGenerators.keySetGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>> mapGenerator) static <E> TestSetGenerator<E>ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate) Methods in com.google.common.collect.testing with parameters of type TestSetGeneratorModifier and TypeMethodDescriptionprotected SetTestSuiteBuilder<Map.Entry<K,V>> MapTestSuiteBuilder.createDerivedEntrySetSuite(TestSetGenerator<Map.Entry<K, V>> entrySetGenerator) protected SetTestSuiteBuilder<K>MapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) protected NavigableSetTestSuiteBuilder<K>NavigableMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) protected SetTestSuiteBuilder<K>SortedMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) static <E> TestSetGenerator<E>ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate) static <E> SetTestSuiteBuilder<E>SetTestSuiteBuilder.using(TestSetGenerator<E> generator) Constructors in com.google.common.collect.testing with parameters of type TestSetGeneratorModifierConstructorDescription(package private)ReserializingTestSetGenerator(TestSetGenerator<E> delegate) -
Uses of TestSetGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestSetGeneratorModifier and TypeClassDescriptionstatic 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 classprivate static class(package private) static class(package private) static class