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

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

    • MultimapPutAllMultimapTester

      public MultimapPutAllMultimapTester()
  • Method Details

    • testPutUnsupported

      public void testPutUnsupported()
    • testPutAllIntoEmpty

      public void testPutAllIntoEmpty()
    • testPutAll

      public void testPutAll()
    • testPutAllWithNullValue

      public void testPutAllWithNullValue()
    • testPutAllWithNullKey

      public void testPutAllWithNullKey()
    • testPutAllRejectsNullValue

      public void testPutAllRejectsNullValue()
    • testPutAllRejectsNullKey

      public void testPutAllRejectsNullKey()
    • testPutAllPropagatesToGet

      public void testPutAllPropagatesToGet()