Class MultimapRemoveEntryTester<K,V>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
com.google.common.collect.testing.google.MultimapRemoveEntryTester<K,V>
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
  • Constructor Details

    • MultimapRemoveEntryTester

      public MultimapRemoveEntryTester()
  • Method Details

    • testRemoveAbsent

      public void testRemoveAbsent()
    • testRemovePresent

      public void testRemovePresent()
    • testRemoveNullKeyPresent

      public void testRemoveNullKeyPresent()
    • testRemoveNullValuePresent

      public void testRemoveNullValuePresent()
    • testRemoveNullKeyAbsent

      public void testRemoveNullKeyAbsent()
    • testRemoveNullValueAbsent

      public void testRemoveNullValueAbsent()
    • testRemoveNullValueForbidden

      public void testRemoveNullValueForbidden()
    • testRemoveNullKeyForbidden

      public void testRemoveNullKeyForbidden()
    • testRemovePropagatesToGet

      public void testRemovePropagatesToGet()
    • testRemovePropagatesToAsMap

      public void testRemovePropagatesToAsMap()
    • testRemovePropagatesToAsMapEntrySet

      public void testRemovePropagatesToAsMapEntrySet()