Class MapContainsKeyTester<K,V>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapContainsKeyTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests containsKey() operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
George van den Driessche