Class MultimapRemoveAllTester<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.MultimapRemoveAllTester<K,V>
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MultimapRemoveAllTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tests for Multimap.removeAll(Object).
Author:
Louis Wasserman
  • 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()