Class MultimapPutAllMultimapTester<K,​V>

    • Constructor Detail

      • MultimapPutAllMultimapTester

        public MultimapPutAllMultimapTester()
    • Method Detail

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