Class 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,​V>
    extends AbstractMultimapTester<K,​V,​com.google.common.collect.SetMultimap<K,​V>>
    Testers for SetMultimap.asMap().
    Author:
    Louis Wasserman