Class MapInterfaceTest<K,​V>

  • Type Parameters:
    K - the type of keys used by the maps under test
    V - the type of mapped values used the maps under test
    All Implemented Interfaces:
    junit.framework.Test
    Direct Known Subclasses:
    SortedMapInterfaceTest

    @GwtCompatible
    public abstract class MapInterfaceTest<K,​V>
    extends junit.framework.TestCase
    Tests representing the contract of Map. Concrete subclasses of this base class test conformance of concrete Map subclasses to that contract.
    Author:
    George van den Driessche