Uses of Interface
com.google.common.collect.testing.TestSortedSetGenerator
Packages that use TestSortedSetGenerator
-
Uses of TestSortedSetGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement TestSortedSetGeneratorModifier and TypeClassDescriptionstatic class
static class
static final class
class
Create string sets for testing collections that are sorted by natural ordering.Fields in com.google.common.collect.testing declared as TestSortedSetGeneratorModifier and TypeFieldDescriptionprivate final TestSortedSetGenerator
<E> DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.delegate
Methods in com.google.common.collect.testing that return TestSortedSetGeneratorModifier and TypeMethodDescriptionfinal TestSortedSetGenerator
<E> DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.getInnerGenerator()
Methods in com.google.common.collect.testing with parameters of type TestSortedSetGeneratorModifier and TypeMethodDescriptionNavigableSetTestSuiteBuilder.newBuilderUsing
(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) (package private) SortedSetTestSuiteBuilder
<E> SortedSetTestSuiteBuilder.newBuilderUsing
(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) Like using() but overrideable by NavigableSetTestSuiteBuilder.static <E> NavigableSetTestSuiteBuilder
<E> NavigableSetTestSuiteBuilder.using
(TestSortedSetGenerator<E> generator) static <E> SortedSetTestSuiteBuilder
<E> SortedSetTestSuiteBuilder.using
(TestSortedSetGenerator<E> generator) Constructors in com.google.common.collect.testing with parameters of type TestSortedSetGeneratorModifierConstructorDescriptionNavigableSetSubsetTestSetGenerator
(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) SortedSetSubsetTestSetGenerator
(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) -
Uses of TestSortedSetGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestSortedSetGeneratorModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class