Class MapRemoveTester<K,V>

All Implemented Interfaces:
junit.framework.Test

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