Uses of Interface
com.google.common.collect.testing.TestSetGenerator
-
Packages that use TestSetGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestSetGenerator in com.google.common.collect.testing
Subinterfaces of TestSetGenerator in com.google.common.collect.testing Modifier and Type Interface Description interfaceTestSortedSetGenerator<E>Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestSetGenerator Modifier and Type Class Description static classDerivedCollectionGenerators.MapEntrySetGenerator<K,V>static classDerivedCollectionGenerators.MapKeySetGenerator<K,V>static classDerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>static classNavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>classReserializingTestSetGenerator<E>Reserializes the sets created by another test set generator.classTestCollidingSetGeneratorA generator using sample elements whose hash codes all collide badly.classTestEnumSetGeneratorAn abstract TestSetGenerator for generating sets containing enum values.classTestIntegerSetGeneratorCreate integer sets for collection tests.classTestIntegerSortedSetGeneratorCreate integer sets for testing collections that are sorted by natural ordering.classTestMapEntrySetGenerator<K,V>Creates map entries using sample keys and sample values.classTestStringSetGeneratorCreate string sets for collection tests.classTestStringSortedSetGeneratorCreate string sets for testing collections that are sorted by natural ordering.Methods in com.google.common.collect.testing that return TestSetGenerator Modifier and Type Method Description static <E> TestSetGenerator<E>ReserializingTestSetGenerator. newInstance(TestSetGenerator<E> delegate)Methods in com.google.common.collect.testing with parameters of type TestSetGenerator Modifier and Type Method Description protected 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) -
Uses of TestSetGenerator in com.google.common.collect.testing.google
-