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
Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestSetGeneratorModifier and TypeClassDescriptionstatic class
static class
static class
static class
static final class
class
Reserializes the sets created by another test set generator.(package private) static class
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
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 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 class
private 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
static class
private static class
(package private) static class
(package private) static class