Class MapCreationTester<K,V>

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

@GwtCompatible(emulated=true) public class MapCreationTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
Chris Povirk, Kevin Bourrillion