Uses of Interface
com.google.common.collect.testing.TestMapGenerator
Packages that use TestMapGenerator
-
Uses of TestMapGenerator in com.google.common.collect.testing
Subinterfaces of TestMapGenerator in com.google.common.collect.testingModifier and TypeInterfaceDescriptioninterface
TestSortedMapGenerator<K extends @Nullable Object, V extends @Nullable Object>
Creates sorted maps, containing sample elements, to be tested.Classes in com.google.common.collect.testing that implement TestMapGeneratorModifier and TypeClassDescriptionstatic class
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K extends @Nullable Object, V extends @Nullable Object>
static final class
class
Implementation helper forTestMapGenerator
for use with enum maps.class
Implementation helper forTestMapGenerator
for use with maps of strings.class
Implementation helper forTestMapGenerator
for use with sorted maps of strings.Subclasses with type arguments of type TestMapGenerator in com.google.common.collect.testingModifier and TypeClassDescriptionclass
MapTestSuiteBuilder<K,
V> Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation.Methods in com.google.common.collect.testing with parameters of type TestMapGeneratorModifier and TypeMethodDescriptionstatic <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 TestMapGeneratorModifier and TypeClassDescriptionstatic class
DerivedGoogleCollectionGenerators.MapGenerator<K extends @Nullable Object, V extends @Nullable Object>
static class
static class
static class
static class
static class
static class
static class
static class