Class SortedSetNavigationTester<E extends @Nullable Object>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible @NullMarked public class SortedSetNavigationTester<E extends @Nullable Object> extends AbstractSetTester<E>
A generic JUnit test which tests operations on a SortedSet. Can't be invoked directly; please see SortedSetTestSuiteBuilder.
Author:
Jesse Wilson, Louis Wasserman