Class SortedMapInterfaceTest<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public abstract class SortedMapInterfaceTest<K,​V>
    extends MapInterfaceTest<K,​V>
    Tests representing the contract of SortedMap. Concrete subclasses of this base class test conformance of concrete SortedMap subclasses to that contract.
    Author:
    Jared Levy