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

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

    • MultimapPutIterableTester

      public MultimapPutIterableTester()
  • Method Details

    • testPutAllNonEmptyIterableOnPresentKey

      public void testPutAllNonEmptyIterableOnPresentKey()
    • testPutAllNonEmptyCollectionOnPresentKey

      public void testPutAllNonEmptyCollectionOnPresentKey()
    • testPutAllNonEmptyIterableOnAbsentKey

      public void testPutAllNonEmptyIterableOnAbsentKey()
    • testPutAllNonEmptyCollectionOnAbsentKey

      public void testPutAllNonEmptyCollectionOnAbsentKey()
    • testPutAllNullValueOnPresentKey_supported

      public void testPutAllNullValueOnPresentKey_supported()
    • testPutAllNullValueOnAbsentKey_supported

      public void testPutAllNullValueOnAbsentKey_supported()
    • testPutAllNullValueSingle_unsupported

      public void testPutAllNullValueSingle_unsupported()
    • testPutAllNullValueNullLast_unsupported

      public void testPutAllNullValueNullLast_unsupported()
    • testPutAllNullValueNullFirst_unsupported

      public void testPutAllNullValueNullFirst_unsupported()
    • testPutAllOnPresentNullKey

      public void testPutAllOnPresentNullKey()
    • testPutAllNullForbidden

      public void testPutAllNullForbidden()
    • testPutAllEmptyCollectionOnAbsentKey

      public void testPutAllEmptyCollectionOnAbsentKey()
    • testPutAllEmptyIterableOnAbsentKey

      public void testPutAllEmptyIterableOnAbsentKey()
    • testPutAllEmptyIterableOnPresentKey

      public void testPutAllEmptyIterableOnPresentKey()
    • testPutAllOnlyCallsIteratorOnce

      public void testPutAllOnlyCallsIteratorOnce()
    • testPutAllPropagatesToGet

      public void testPutAllPropagatesToGet()