Class MultimapContainsKeyTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

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

      • MultimapContainsKeyTester

        public MultimapContainsKeyTester()
    • Method Detail

      • 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()