Class SetMultimapAsMapTester<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.SetMultimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.SetMultimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.SetMultimap<K,V>>
com.google.common.collect.testing.google.SetMultimapAsMapTester<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 SetMultimapAsMapTester<K extends @Nullable Object,V extends @Nullable Object> extends AbstractMultimapTester<K,V,com.google.common.collect.SetMultimap<K,V>>
Testers for SetMultimap.asMap().
Author:
Louis Wasserman
  • Constructor Details

    • SetMultimapAsMapTester

      public SetMultimapAsMapTester()
  • Method Details

    • testAsMapValuesImplementSet

      public void testAsMapValuesImplementSet()
    • testAsMapGetImplementsSet

      public void testAsMapGetImplementsSet()
    • testAsMapRemoveImplementsSet

      public void testAsMapRemoveImplementsSet()
    • testEquals

      public void testEquals()
    • testEntrySetEquals

      public void testEntrySetEquals()
    • testValuesRemove

      public void testValuesRemove()