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 interface
TestSortedSetGenerator<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 class
DerivedCollectionGenerators.MapEntrySetGenerator<K,V>
static class
DerivedCollectionGenerators.MapKeySetGenerator<K,V>
static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>
static class
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>
static class
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>
class
ReserializingTestSetGenerator<E>
Reserializes the sets created by another test set generator.class
TestCollidingSetGenerator
A generator using sample elements whose hash codes all collide badly.class
TestEnumSetGenerator
An abstract TestSetGenerator for generating sets containing enum values.class
TestIntegerSetGenerator
Create integer sets for collection tests.class
TestIntegerSortedSetGenerator
Create integer sets for testing collections that are sorted by natural ordering.class
TestMapEntrySetGenerator<K,V>
Creates map entries using sample keys and sample values.class
TestStringSetGenerator
Create string sets for collection tests.class
TestStringSortedSetGenerator
Create 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
-