Class MultimapAsMapTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapAsMapTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Tests for Multimap.asMap().
  • 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()