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 classConcurrentMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap implementation.classConcurrentNavigableMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentNavigableMap implementation.classNavigableMapTestSuiteBuilder<K,V>Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.classSortedMapTestSuiteBuilder<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)
-