Class MultimapGetTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MultimapGetTester<K,​V>
    extends AbstractMultimapTester<K,​V,​com.google.common.collect.Multimap<K,​V>>
    Tests for Multimap.get(Object).
    Author:
    Louis Wasserman