Class MapEntrySetTester<K,V>

java.lang.Object
junit.framework.Assert
Type Parameters:
K - The key type of the map implementation under test.
V - The value type of the map implementation under test.
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapEntrySetTester<K,V> extends AbstractMapTester<K,V>
Author:
Louis Wasserman