Class SortedMapNavigationTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SortedMapNavigationTester<K,​V>
    extends AbstractMapTester<K,​V>
    A generic JUnit test which tests operations on a SortedMap. Can't be invoked directly; please see SortedMapTestSuiteBuilder.
    Author:
    Jesse Wilson, Louis Wasserman