Uses of Class
com.google.common.collect.testing.SortedSetTestSuiteBuilder
Packages that use SortedSetTestSuiteBuilder
-
Uses of SortedSetTestSuiteBuilder in com.google.common.collect.testing
Subclasses of SortedSetTestSuiteBuilder in com.google.common.collect.testingModifier and TypeClassDescriptionfinal class
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.Methods in com.google.common.collect.testing that return SortedSetTestSuiteBuilderModifier and TypeMethodDescription(package private) SortedSetTestSuiteBuilder
<E> SortedSetTestSuiteBuilder.newBuilderUsing
(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) Like using() but overrideable by NavigableSetTestSuiteBuilder.static <E> SortedSetTestSuiteBuilder
<E> SortedSetTestSuiteBuilder.using
(TestSortedSetGenerator<E> generator)