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