Uses of Class
com.google.common.collect.testing.SortedMapTestSuiteBuilder
Packages that use SortedMapTestSuiteBuilder
-
Uses of SortedMapTestSuiteBuilder in com.google.common.collect.testing
Subclasses of SortedMapTestSuiteBuilder in com.google.common.collect.testingModifier and TypeClassDescriptionclass
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.Methods in com.google.common.collect.testing that return SortedMapTestSuiteBuilderModifier and TypeMethodDescriptionstatic <K,
V> SortedMapTestSuiteBuilder <K, V> SortedMapTestSuiteBuilder.using
(TestSortedMapGenerator<K, V> generator)