Uses of Interface
com.google.common.collect.testing.TestMapGenerator
-
Packages that use TestMapGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestMapGenerator in com.google.common.collect.testing
Subinterfaces of TestMapGenerator in com.google.common.collect.testing Modifier and Type Interface Description interfaceTestSortedMapGenerator<K,V>Creates sorted maps, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestMapGenerator Modifier and Type Class Description static classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>static classNavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>classTestEnumMapGeneratorImplementation helper forTestMapGeneratorfor use with enum maps.classTestStringMapGeneratorImplementation helper forTestMapGeneratorfor use with maps of strings.classTestStringSortedMapGeneratorImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Methods in com.google.common.collect.testing with parameters of type TestMapGenerator Modifier and Type Method Description static <K,V>
ConcurrentMapTestSuiteBuilder<K,V>ConcurrentMapTestSuiteBuilder. using(TestMapGenerator<K,V> generator)static <K,V>
MapTestSuiteBuilder<K,V>MapTestSuiteBuilder. using(TestMapGenerator<K,V> generator) -
Uses of TestMapGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestMapGenerator Modifier and Type Class Description static classDerivedGoogleCollectionGenerators.MapGenerator<K,V>static classMapGenerators.ImmutableEnumMapGeneratorstatic classMapGenerators.ImmutableMapCopyOfEntriesGeneratorstatic classMapGenerators.ImmutableMapCopyOfEnumMapGeneratorstatic classMapGenerators.ImmutableMapCopyOfGeneratorstatic classMapGenerators.ImmutableMapGeneratorstatic classMapGenerators.ImmutableMapValuesAsSingletonSetGeneratorstatic classSortedMapGenerators.ImmutableSortedMapCopyOfEntriesGeneratorstatic classSortedMapGenerators.ImmutableSortedMapGenerator
-