Class MultimapPutAllMultimapTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapPutAllMultimapTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
  • Constructor Details

    • MultimapPutAllMultimapTester

      public MultimapPutAllMultimapTester()
  • Method Details

    • testPutUnsupported

      public void testPutUnsupported()
    • testPutAllIntoEmpty

      public void testPutAllIntoEmpty()
    • testPutAll

      public void testPutAll()
    • testPutAllWithNullValue

      public void testPutAllWithNullValue()
    • testPutAllWithNullKey

      public void testPutAllWithNullKey()
    • testPutAllRejectsNullValue

      public void testPutAllRejectsNullValue()
    • testPutAllRejectsNullKey

      public void testPutAllRejectsNullKey()
    • testPutAllPropagatesToGet

      public void testPutAllPropagatesToGet()