Class MultimapPutTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapPutTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Tester for Multimap.put(K, V).
  • Constructor Details

    • MultimapPutTester

      public MultimapPutTester()
  • Method Details

    • testPutUnsupported

      public void testPutUnsupported()
    • testPutEmpty

      public void testPutEmpty()
    • testPutPresent

      public void testPutPresent()
    • testPutTwoElements

      public void testPutTwoElements()
    • testPutNullValue_supported

      public void testPutNullValue_supported()
    • testPutNullValue_unsupported

      public void testPutNullValue_unsupported()
    • testPutNullKey

      public void testPutNullKey()
    • testPutNotPresentKeyPropagatesToGet

      public void testPutNotPresentKeyPropagatesToGet()
    • testPutNotPresentKeyPropagatesToEntries

      public void testPutNotPresentKeyPropagatesToEntries()
    • testPutPresentKeyPropagatesToEntries

      public void testPutPresentKeyPropagatesToEntries()
    • testPutPresentKeyPropagatesToGet

      public void testPutPresentKeyPropagatesToGet()
    • testPutPresentKeyPropagatesToAsMapGet

      public void testPutPresentKeyPropagatesToAsMapGet()
    • testPutPresentKeyPropagatesToAsMapEntrySet

      public void testPutPresentKeyPropagatesToAsMapEntrySet()