Class MultimapPutIterableTester<K,​V>

    • Constructor Detail

      • MultimapPutIterableTester

        public MultimapPutIterableTester()
    • Method Detail

      • 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()