Uses of Class
com.google.common.collect.testing.SortedMapTestSuiteBuilder
-
Packages that use SortedMapTestSuiteBuilder Package Description com.google.common.collect.testing -
-
Uses of SortedMapTestSuiteBuilder in com.google.common.collect.testing
Subclasses of SortedMapTestSuiteBuilder in com.google.common.collect.testing Modifier and Type Class Description 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.Methods in com.google.common.collect.testing that return SortedMapTestSuiteBuilder Modifier and Type Method Description static <K,V>
SortedMapTestSuiteBuilder<K,V>SortedMapTestSuiteBuilder. using(TestSortedMapGenerator<K,V> generator)
-