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

@GwtCompatible public class MultimapClearTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tests for Multimap.clear().
Author:
Louis Wasserman
  • Constructor Details

    • MultimapClearTester

      public MultimapClearTester()
  • Method Details

    • testClearUnsupported

      public void testClearUnsupported()
    • testClear

      public void testClear()
    • testClearThroughEntries

      public void testClearThroughEntries()
    • testClearThroughAsMap

      public void testClearThroughAsMap()
    • testClearThroughKeySet

      public void testClearThroughKeySet()
    • testClearThroughKeys

      public void testClearThroughKeys()
    • testClearThroughValues

      public void testClearThroughValues()
    • testClearPropagatesToGet

      public void testClearPropagatesToGet()
    • testClearPropagatesToAsMapGet

      public void testClearPropagatesToAsMapGet()
    • testClearPropagatesToAsMap

      public void testClearPropagatesToAsMap()
    • testClearPropagatesToEntries

      public void testClearPropagatesToEntries()