Uses of Interface
com.google.common.collect.testing.TestCollectionGenerator
Packages that use TestCollectionGenerator
-
Uses of TestCollectionGenerator in com.google.common.collect.testing
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterface
Creates sets, containing sample elements, to be tested.interface
Creates queues, containing sample elements, to be tested.interface
Creates sets, containing sample elements, to be tested.interface
Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestCollectionGeneratorModifier and TypeClassDescription(package private) static class
static class
static class
static class
static class
static class
(package private) static class
static final class
class
Reserializes the sets created by another test set generator.class
Reserializes the sets created by another test set generator.(package private) static class
class
GeneratesList<Character>
instances for test suites.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
String creation for testing arbitrary collections.class
TODO: javadoc.class
Create queue of strings for tests.class
Create string sets for collection tests.class
Create string sets for testing collections that are sorted by natural ordering.class
Creates collections containing unhashable sample elements, to be tested.Fields in com.google.common.collect.testing declared as TestCollectionGeneratorModifier and TypeFieldDescriptionprivate final TestCollectionGenerator
<E> ReserializingTestCollectionGenerator.delegate
Methods in com.google.common.collect.testing with parameters of type TestCollectionGeneratorModifier and TypeMethodDescriptionprotected CollectionTestSuiteBuilder
<V> MapTestSuiteBuilder.createDerivedValueCollectionSuite
(TestCollectionGenerator<V> valueCollectionGenerator) static <E> ReserializingTestCollectionGenerator
<E> ReserializingTestCollectionGenerator.newInstance
(TestCollectionGenerator<E> delegate) static <E> CollectionTestSuiteBuilder
<E> CollectionTestSuiteBuilder.using
(TestCollectionGenerator<E> generator) Constructors in com.google.common.collect.testing with parameters of type TestCollectionGeneratorModifierConstructorDescription(package private)
-
Uses of TestCollectionGenerator in com.google.common.collect.testing.google
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing.googleModifier and TypeInterfaceDescriptioninterface
Creates multisets, containing sample elements, to be tested.Classes in com.google.common.collect.testing.google that implement TestCollectionGeneratorModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
private static class
static class
private static class
private static class
static class
static class
static class
static class
(package private) static class
MultimapTestSuiteBuilder.EntriesGenerator<K,
V, M extends Multimap<K, V>> (package private) static class
MultimapTestSuiteBuilder.KeysGenerator<K,
V, M extends Multimap<K, V>> (package private) static class
MultimapTestSuiteBuilder.MultimapAsMapGetGenerator<K,
V, M extends Multimap<K, V>> (package private) static class
MultimapTestSuiteBuilder.MultimapGetGenerator<K,
V, M extends Multimap<K, V>> (package private) static class
MultimapTestSuiteBuilder.ValuesGenerator<K,
V, M extends Multimap<K, V>> (package private) static 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
static class
static class
static class
static class
static class
static class
private static class
(package private) static class
(package private) static class
static class
static class
static class
private static class
class
An abstractTestMultisetGenerator
for generating multisets containing enum values.class
Create multisets of strings for tests.