Class SortedSetNavigationTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SortedSetNavigationTester<E>
    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