Uses of Class
com.google.common.collect.testing.SortedSetTestSuiteBuilder
-
Packages that use SortedSetTestSuiteBuilder Package Description com.google.common.collect.testing -
-
Uses of SortedSetTestSuiteBuilder in com.google.common.collect.testing
Subclasses of SortedSetTestSuiteBuilder in com.google.common.collect.testing Modifier and Type Class Description class
NavigableSetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.Methods in com.google.common.collect.testing that return SortedSetTestSuiteBuilder Modifier and Type Method Description static <E> SortedSetTestSuiteBuilder<E>
SortedSetTestSuiteBuilder. using(TestSortedSetGenerator<E> generator)
-