Class SortedSetMultimapAsMapTester<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 SortedSetMultimapAsMapTester<K,V> extends AbstractMultimapTester<K,V,SortedSetMultimap<K,V>>
  • Constructor Details

    • SortedSetMultimapAsMapTester

      public SortedSetMultimapAsMapTester()
  • Method Details

    • testAsMapValuesImplementSortedSet

      public void testAsMapValuesImplementSortedSet()
    • testAsMapGetImplementsSortedSet

      public void testAsMapGetImplementsSortedSet()
    • testAsMapRemoveImplementsSortedSet

      public void testAsMapRemoveImplementsSortedSet()