Class ListMultimapAsMapTester<K extends @Nullable Object, V extends @Nullable Object>

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

@GwtCompatible @NullMarked public class ListMultimapAsMapTester<K extends @Nullable Object, V extends @Nullable Object> extends AbstractListMultimapTester<K,V>
Testers for ListMultimap.asMap().
Author:
Louis Wasserman
  • 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()