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 TypeMethodDescription(package private) SortedMapTestSuiteBuilder
<K, V> SortedMapTestSuiteBuilder.newBuilderUsing
(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) Like using() but overrideable by NavigableMapTestSuiteBuilder.static <K,
V> SortedMapTestSuiteBuilder <K, V> SortedMapTestSuiteBuilder.using
(TestSortedMapGenerator<K, V> generator)