Class MultimapPutTester<K,​V>

    • Constructor Detail

      • MultimapPutTester

        public MultimapPutTester()
    • Method Detail

      • testPutUnsupported

        public void testPutUnsupported()
      • testPutEmpty

        public void testPutEmpty()
      • testPutPresent

        public void testPutPresent()
      • testPutTwoElements

        public void testPutTwoElements()
      • testPutNullValue_supported

        public void testPutNullValue_supported()
      • testPutNullValue_unsupported

        public void testPutNullValue_unsupported()
      • testPutNullKey

        public void testPutNullKey()
      • testPutNotPresentKeyPropagatesToGet

        public void testPutNotPresentKeyPropagatesToGet()
      • testPutNotPresentKeyPropagatesToEntries

        public void testPutNotPresentKeyPropagatesToEntries()
      • testPutPresentKeyPropagatesToEntries

        public void testPutPresentKeyPropagatesToEntries()
      • testPutPresentKeyPropagatesToGet

        public void testPutPresentKeyPropagatesToGet()
      • testPutPresentKeyPropagatesToAsMapGet

        public void testPutPresentKeyPropagatesToAsMapGet()
      • testPutPresentKeyPropagatesToAsMapEntrySet

        public void testPutPresentKeyPropagatesToAsMapEntrySet()