Class MultimapAsMapTester<K,V>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.Multimap<K,V>, Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.Multimap<K,V>, Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K, V, com.google.common.collect.Multimap<K,V>>
com.google.common.collect.testing.google.MultimapAsMapTester<K,V>
All Implemented Interfaces:
junit.framework.Test

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

    • MultimapAsMapTester

      public MultimapAsMapTester()
  • Method Details

    • testAsMapGet

      public void testAsMapGet()
    • testAsMapGetNullKeyPresent

      public void testAsMapGetNullKeyPresent()
    • testAsMapGetNullKeyAbsent

      public void testAsMapGetNullKeyAbsent()
    • testAsMapGetNullKeyUnsupported

      public void testAsMapGetNullKeyUnsupported()
    • testAsMapRemove

      public void testAsMapRemove()
    • testAsMapEntrySetReflectsPutSameKey

      public void testAsMapEntrySetReflectsPutSameKey()
    • testAsMapEntrySetReflectsPutDifferentKey

      public void testAsMapEntrySetReflectsPutDifferentKey()
    • testAsMapEntrySetRemovePropagatesToMultimap

      public void testAsMapEntrySetRemovePropagatesToMultimap()
    • testAsMapEntrySetIteratorRemovePropagatesToMultimap

      public void testAsMapEntrySetIteratorRemovePropagatesToMultimap()