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
TestListGenerator<E extends @Nullable Object>
Creates sets, containing sample elements, to be tested.interface
TestQueueGenerator<E extends @Nullable Object>
Creates queues, containing sample elements, to be tested.interface
TestSetGenerator<E extends @Nullable Object>
Creates sets, containing sample elements, to be tested.interface
TestSortedSetGenerator<E extends @Nullable Object>
Creates sorted sets, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestCollectionGeneratorModifier 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.MapValueCollectionGenerator<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
Reserializes the sets created by another test set generator.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
TestMapEntrySetGenerator<K extends @Nullable Object,
V extends @Nullable Object> 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.Subclasses with type arguments of type TestCollectionGenerator in com.google.common.collect.testingModifier and TypeClassDescriptionclass
AbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,
E>, E> Abstract superclass of all test-suite builders for collection interfaces.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) -
Uses of TestCollectionGenerator in com.google.common.collect.testing.google
Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing.googleModifier and TypeInterfaceDescriptioninterface
TestMultisetGenerator<E extends @Nullable Object>
Creates multisets, containing sample elements, to be tested.Classes in com.google.common.collect.testing.google that implement TestCollectionGeneratorModifier 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
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
class
An abstractTestMultisetGenerator
for generating multisets containing enum values.class
Create multisets of strings for tests.