Uses of Class
com.google.common.collect.testing.MapTestSuiteBuilder
Packages that use MapTestSuiteBuilder
-
Uses of MapTestSuiteBuilder in com.google.common.collect.testing
Subclasses of MapTestSuiteBuilder in com.google.common.collect.testingModifier and TypeClassDescriptionclass
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.Methods in com.google.common.collect.testing that return MapTestSuiteBuilderModifier and TypeMethodDescriptionstatic <K,
V> MapTestSuiteBuilder <K, V> MapTestSuiteBuilder.using
(TestMapGenerator<K, V> generator)