Class MultimapEntriesTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapEntriesTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Tester for Multimap.entries.
  • Constructor Details

    • MultimapEntriesTester

      public MultimapEntriesTester()
  • Method Details

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