Class MultimapRemoveEntryTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapRemoveEntryTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
  • 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()