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

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class MapPutAllTester<K extends @Nullable Object,V extends @Nullable Object> extends AbstractMapTester<K,V>
A generic JUnit test which tests putAll operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
Chris Povirk, Kevin Bourrillion