TestCollectionGenerator<E>, TestContainerGenerator<java.util.Collection<E>,E>, TestSetGenerator<E>DerivedCollectionGenerators.MapSortedKeySetGenerator, DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator, NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator, SetGenerators.ImmutableSortedSetCopyOfGenerator, SetGenerators.ImmutableSortedSetDescendingGenerator, SetGenerators.ImmutableSortedSetHeadsetGenerator, SetGenerators.ImmutableSortedSetSubsetGenerator, SetGenerators.ImmutableSortedSetTailsetGenerator, TestStringSortedSetGenerator@GwtCompatible public interface TestSortedSetGenerator<E> extends TestSetGenerator<E>
| Modifier and Type | Method | Description |
|---|---|---|
E |
aboveSamplesGreater() |
Returns an element greater than the
TestContainerGenerator.samples() and greater than
aboveSamplesLesser(). |
E |
aboveSamplesLesser() |
Returns an element greater than the
TestContainerGenerator.samples() but less than
aboveSamplesGreater(). |
E |
belowSamplesGreater() |
Returns an element less than the
TestContainerGenerator.samples() but greater than
belowSamplesLesser(). |
E |
belowSamplesLesser() |
Returns an element less than the
TestContainerGenerator.samples() and less than
belowSamplesGreater(). |
java.util.SortedSet<E> |
create(java.lang.Object... elements) |
Creates a new container containing the given elements.
|
createArray, order, samplesjava.util.SortedSet<E> create(java.lang.Object... elements)
TestContainerGeneratorcreate in interface TestContainerGenerator<java.util.Collection<E>,E>create in interface TestSetGenerator<E>E belowSamplesLesser()
TestContainerGenerator.samples() and less than
belowSamplesGreater().E belowSamplesGreater()
TestContainerGenerator.samples() but greater than
belowSamplesLesser().E aboveSamplesLesser()
TestContainerGenerator.samples() but less than
aboveSamplesGreater().E aboveSamplesGreater()
TestContainerGenerator.samples() and greater than
aboveSamplesLesser().