Class MultimapContainsKeyTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapContainsKeyTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Tester for the containsKey methods of Multimap and its asMap() view.
  • Constructor Details

    • MultimapContainsKeyTester

      public MultimapContainsKeyTester()
  • Method Details

    • testContainsKeyYes

      public void testContainsKeyYes()
    • testContainsKeyNo

      public void testContainsKeyNo()
    • testContainsKeysFromKeySet

      public void testContainsKeysFromKeySet()
    • testContainsKeyAgreesWithGet

      public void testContainsKeyAgreesWithGet()
    • testContainsKeyAgreesWithAsMap

      public void testContainsKeyAgreesWithAsMap()
    • testContainsKeyAgreesWithKeySet

      public void testContainsKeyAgreesWithKeySet()
    • testContainsKeyNullPresent

      public void testContainsKeyNullPresent()
    • testContainsKeyNullAbsent

      public void testContainsKeyNullAbsent()
    • testContainsKeyNullDisallowed

      public void testContainsKeyNullDisallowed()