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 TypeInterfaceDescriptioninterfaceTestSortedMapGenerator<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 classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K extends @Nullable Object,V extends @Nullable Object> static final classclassImplementation helper forTestMapGeneratorfor use with enum maps.classImplementation helper forTestMapGeneratorfor use with maps of strings.classImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Subclasses with type arguments of type TestMapGenerator in com.google.common.collect.testingModifier and TypeClassDescriptionclassMapTestSuiteBuilder<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 classDerivedGoogleCollectionGenerators.MapGenerator<K extends @Nullable Object,V extends @Nullable Object> static classstatic classstatic classstatic classstatic classstatic classstatic classstatic class