Class MultimapKeySetTester<K,V>

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

@GwtCompatible public class MultimapKeySetTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tester for Multimap.keySet.
Author:
Louis Wasserman