Uses of Interface
com.google.common.collect.testing.TestContainerGenerator
Packages that use TestContainerGenerator
-
Uses of TestContainerGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type TestContainerGeneratorModifier and TypeClassDescriptionclass
PerCollectionSizeTestSuiteBuilder<B extends PerCollectionSizeTestSuiteBuilder<B,
G, T, E>, G extends TestContainerGenerator<T, E>, T, E> This builder creates a composite test suite, containing a separate test suite for eachCollectionSize
present in the features specified byFeatureSpecificTestSuiteBuilder.withFeatures(Feature...)
.Subinterfaces of TestContainerGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterface
The subject-generator interface accepted by Collection testers, for testing a Collection at one particularCollectionSize
.interface
Creates collections, containing sample elements, to be tested.interface
Creates sets, containing sample elements, to be tested.interface
TestMapGenerator<K,
V> Creates maps, 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 maps, 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 TestContainerGeneratorModifier and TypeClassDescription(package private) static class
(package private) static class
static class
static class
static class
static class
static class
static class
(package private) static class
private static class
(package private) static class
static final class
static final class
final class
OneSizeGenerator<T,
E> Generator for collection of a particular size.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
Implementation helper forTestMapGenerator
for use with enum maps.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
Implementation helper forTestMapGenerator
for use with maps of strings.class
Create queue of strings for tests.class
Create string sets for collection tests.class
Implementation helper forTestMapGenerator
for use with sorted maps of strings.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 TestContainerGeneratorModifier and TypeFieldDescriptionprivate final TestContainerGenerator
<T, E> OneSizeGenerator.generator
Methods in com.google.common.collect.testing that return TestContainerGeneratorModifier and TypeMethodDescriptionOneSizeGenerator.getInnerGenerator()
OneSizeTestContainerGenerator.getInnerGenerator()
Constructors in com.google.common.collect.testing with parameters of type TestContainerGeneratorModifierConstructorDescriptionOneSizeGenerator
(TestContainerGenerator<T, E> generator, CollectionSize collectionSize) -
Uses of TestContainerGenerator in com.google.common.collect.testing.google
Subinterfaces of TestContainerGenerator in com.google.common.collect.testing.googleModifier and TypeInterfaceDescriptioninterface
TestBiMapGenerator<K,
V> Creates bimaps, containing sample entries, to be tested.interface
A generator forListMultimap
implementations based on test data.interface
TestMultimapGenerator<K,
V, M extends Multimap<K, V>> Creates multimaps, containing sample elements, to be tested.interface
Creates multisets, containing sample elements, to be tested.interface
A generator forSetMultimap
implementations based on test data.Classes in com.google.common.collect.testing.google that implement TestContainerGeneratorModifier and TypeClassDescriptionstatic 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
static class
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
private static class
MultimapTestSuiteBuilder.AsMapGenerator<K,
V, M extends Multimap<K, V>> (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>> private static class
MultimapTestSuiteBuilder.ReserializedMultimapGenerator<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
static class
static class
private static class
class
An abstractTestMultisetGenerator
for generating multisets containing enum values.class
Implementation helper forTestBiMapGenerator
for use with bimaps of strings.class
A skeleton generator for aListMultimap
implementation.class
Create multisets of strings for tests.class
A skeleton generator for aSetMultimap
implementation.