Class MultimapTests.PutAndGetTests

  • Enclosing class:
    MultimapTests

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

      • PutAndGetTests

        public PutAndGetTests()
    • Method Detail

      • setup

        public void setup()
      • shouldHaveNoValuesForAKey

        public void shouldHaveNoValuesForAKey()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldRecallPutValues

        public void shouldRecallPutValues()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldRecallAllPutValues

        public void shouldRecallAllPutValues()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldRecallOnlyThoseValuesForSpecifiedKey

        public void shouldRecallOnlyThoseValuesForSpecifiedKey()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldNotAllowClientsToAffectInteralState

        public void shouldNotAllowClientsToAffectInteralState()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldPutIfPresentOnExistingKey

        public void shouldPutIfPresentOnExistingKey()
      • shouldPutIfPresentOnEmptyCollection

        public void shouldPutIfPresentOnEmptyCollection()
      • shouldNotPutIfPresentOnAbsentKey

        public void shouldNotPutIfPresentOnAbsentKey()