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 TypeInterfaceDescriptioninterface
TestSortedSetGenerator<E extends @Nullable Object>
Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestSetGeneratorModifier and TypeClassDescriptionstatic class
DerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable Object, V extends @Nullable Object>
static class
DerivedCollectionGenerators.MapKeySetGenerator<K extends @Nullable Object, V extends @Nullable Object>
static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K extends @Nullable Object, V extends @Nullable Object>
static class
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E extends @Nullable Object>
static final class
class
Reserializes the sets created by another test set generator.class
A generator using sample elements whose hash codes all collide badly.class
An abstract TestSetGenerator for generating sets containing enum values.class
Create integer sets for collection tests.class
Create integer sets for testing collections that are sorted by natural ordering.class
TestMapEntrySetGenerator<K extends @Nullable Object, V extends @Nullable Object>
Creates map entries using sample keys and sample values.class
Create string sets for collection tests.class
Create string sets for testing collections that are sorted by natural ordering.Methods in com.google.common.collect.testing that return TestSetGeneratorModifier and TypeMethodDescriptionstatic <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) -
Uses of TestSetGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestSetGeneratorModifier and TypeClassDescriptionstatic class
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator<K extends @Nullable Object, V extends @Nullable Object>
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class