Uses of Class
com.google.common.collect.testing.MapTestSuiteBuilder
-
Packages that use MapTestSuiteBuilder Package Description com.google.common.collect.testing -
-
Uses of MapTestSuiteBuilder in com.google.common.collect.testing
Subclasses of MapTestSuiteBuilder in com.google.common.collect.testing Modifier and Type Class Description class
ConcurrentMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.class
ConcurrentNavigableMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.class
NavigableMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.class
SortedMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.Methods in com.google.common.collect.testing that return MapTestSuiteBuilder Modifier and Type Method Description static <K,V>
MapTestSuiteBuilder<K,V>MapTestSuiteBuilder. using(TestMapGenerator<K,V> generator)
-