Class MultimapTests.ContainsKeyTests

  • Enclosing class:
    MultimapTests

    public static class MultimapTests.ContainsKeyTests
    extends java.lang.Object
    • Constructor Detail

      • ContainsKeyTests

        public ContainsKeyTests()
    • Method Detail

      • setup

        public void setup()
      • shouldBeTrueForKeyWithValues

        public void shouldBeTrueForKeyWithValues()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldBeFalseForKeyForWhichNoValuesHaveBeenPut

        public void shouldBeFalseForKeyForWhichNoValuesHaveBeenPut()
                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldBeFalseForKeyWhenAllValuesAreRemoved

        public void shouldBeFalseForKeyWhenAllValuesAreRemoved()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldBeFalseForKeyWhenEmptyCollectionIsPut

        public void shouldBeFalseForKeyWhenEmptyCollectionIsPut()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • emptyCollectionshouldBeTrueForHasKey

        public void emptyCollectionshouldBeTrueForHasKey()