Class SortedSetMultimapAsMapTester<K,V>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.SortedSetMultimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.SortedSetMultimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.SortedSetMultimap<K,V>>
com.google.common.collect.testing.google.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

@GwtCompatible public class SortedSetMultimapAsMapTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.SortedSetMultimap<K,V>>
Testers for SortedSetMultimap.asMap().
Author:
Louis Wasserman
  • Constructor Details

    • SortedSetMultimapAsMapTester

      public SortedSetMultimapAsMapTester()
  • Method Details

    • testAsMapValuesImplementSortedSet

      public void testAsMapValuesImplementSortedSet()
    • testAsMapGetImplementsSortedSet

      public void testAsMapGetImplementsSortedSet()
    • testAsMapRemoveImplementsSortedSet

      public void testAsMapRemoveImplementsSortedSet()