Class ListMultimapAsMapTester<K,​V>

  • Type Parameters:
    K - The key type of the tested multimap.
    V - The value type of the tested multimap.
    All Implemented Interfaces:
    junit.framework.Test

    public class ListMultimapAsMapTester<K,​V>
    extends AbstractListMultimapTester<K,​V>
    • Constructor Detail

      • ListMultimapAsMapTester

        public ListMultimapAsMapTester()
    • Method Detail

      • testAsMapValuesImplementList

        public void testAsMapValuesImplementList()
      • testAsMapGetImplementsList

        public void testAsMapGetImplementsList()
      • testAsMapRemoveImplementsList

        public void testAsMapRemoveImplementsList()
      • testEquals

        public void testEquals()
      • testEntrySetEquals

        public void testEntrySetEquals()
      • testValuesRemove

        public void testValuesRemove()