Class MultimapEntriesTester<K,​V>

    • Constructor Detail

      • MultimapEntriesTester

        public MultimapEntriesTester()
    • Method Detail

      • testEntries

        public void testEntries()
      • testContainsEntryWithNullKeyPresent

        public void testContainsEntryWithNullKeyPresent()
      • testContainsEntryWithNullKeyAbsent

        public void testContainsEntryWithNullKeyAbsent()
      • testContainsEntryWithNullValuePresent

        public void testContainsEntryWithNullValuePresent()
      • testContainsEntryWithNullValueAbsent

        public void testContainsEntryWithNullValueAbsent()
      • testRemovePropagatesToMultimap

        public void testRemovePropagatesToMultimap()
      • testRemoveAllPropagatesToMultimap

        public void testRemoveAllPropagatesToMultimap()
      • testRetainAllPropagatesToMultimap

        public void testRetainAllPropagatesToMultimap()
      • testIteratorRemovePropagatesToMultimap

        public void testIteratorRemovePropagatesToMultimap()
      • testEntriesRemainValidAfterRemove

        public void testEntriesRemainValidAfterRemove()