Class MultimapRemoveAllTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapRemoveAllTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
  • Constructor Details

    • MultimapRemoveAllTester

      public MultimapRemoveAllTester()
  • Method Details

    • testRemoveAllAbsentKey

      public void testRemoveAllAbsentKey()
    • testRemoveAllPresentKey

      public void testRemoveAllPresentKey()
    • testRemoveAllPropagatesToGet

      public void testRemoveAllPropagatesToGet()
    • testRemoveAllMultipleValues

      public void testRemoveAllMultipleValues()
    • testRemoveAllNullKeyPresent

      public void testRemoveAllNullKeyPresent()
    • testRemoveAllNullKeyAbsent

      public void testRemoveAllNullKeyAbsent()