Class MapInterfaceTest<K extends @Nullable Object,V extends @Nullable Object>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.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 @NullMarked public abstract class MapInterfaceTest<K extends @Nullable Object,V extends @Nullable Object> 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