Class MultimapTests.RemoveTests

  • Enclosing class:
    MultimapTests

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

      • RemoveTests

        public RemoveTests()
    • Method Detail

      • setup

        public void setup()
      • shouldRemoveTheGivenKeyValuePair

        public void shouldRemoveTheGivenKeyValuePair()
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldRemoveEvenWhenInitialisedWithImmutable

        public void shouldRemoveEvenWhenInitialisedWithImmutable()
      • shouldDoNothingWhenAKeyHasNoValue

        public void shouldDoNothingWhenAKeyHasNoValue()
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeAllShouldKeepKey

        public void removeAllShouldKeepKey()
      • removeKeyShouldRemoveKey

        public void removeKeyShouldRemoveKey()