Class MultimapPutIterableTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapPutIterableTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
  • 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()