Class TestStringMapGenerator

java.lang.Object
com.google.common.collect.testing.TestStringMapGenerator
All Implemented Interfaces:
TestContainerGenerator<Map<String,String>, Map.Entry<String,String>>, TestMapGenerator<String,String>
Direct Known Subclasses:
MapGenerators.ImmutableMapCopyOfEntriesGenerator, MapGenerators.ImmutableMapCopyOfGenerator, MapGenerators.ImmutableMapGenerator, TestStringSortedMapGenerator

@GwtCompatible @NullMarked public abstract class TestStringMapGenerator extends Object implements TestMapGenerator<String,String>
Implementation helper for TestMapGenerator for use with maps of strings.
Author:
Chris Povirk, Jared Levy, George van den Driessche