Class ListMultimapAsMapTester<K,V>

java.lang.Object
junit.framework.Assert
Type Parameters:
K - The key type of the tested multimap.
V - The value type of the tested multimap.
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class ListMultimapAsMapTester<K,V> extends AbstractListMultimapTester<K,V>
Testers for ListMultimap.asMap().
Author:
Louis Wasserman