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

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.SetMultimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.SetMultimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.SetMultimap<K,V>>
com.google.common.collect.testing.google.SetMultimapAsMapTester<K,V>
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 SetMultimapAsMapTester<K extends @Nullable Object,V extends @Nullable Object> extends AbstractMultimapTester<K,V,com.google.common.collect.SetMultimap<K,V>>
Testers for SetMultimap.asMap().
Author:
Louis Wasserman