Class MultimapRemoveEntryTester<K,V>

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

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