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 Details

    • ListMultimapAsMapTester

      public ListMultimapAsMapTester()
  • Method Details

    • testAsMapValuesImplementList

      public void testAsMapValuesImplementList()
    • testAsMapGetImplementsList

      public void testAsMapGetImplementsList()
    • testAsMapRemoveImplementsList

      public void testAsMapRemoveImplementsList()
    • testEquals

      public void testEquals()
    • testEntrySetEquals

      public void testEntrySetEquals()
    • testValuesRemove

      public void testValuesRemove()