Class MessageHandlerTest<O extends SendOperation>

    • Constructor Detail

      • MessageHandlerTest

        public MessageHandlerTest()
    • Method Detail

      • setUp

        public abstract void setUp()
      • getSendOperation

        protected O getSendOperation()
      • setSendOperation

        protected void setSendOperation​(O sendOperation)
      • getDestination

        protected String getDestination()
      • setDestination

        protected void setDestination​(String destination)
      • getDynamicDestination

        protected String getDynamicDestination()
      • setDynamicDestination

        protected void setDynamicDestination​(String dynamicDestination)
      • testSend

        @Test
        public void testSend()
      • testSendDynamicTopic

        @Test
        public void testSendDynamicTopic()
      • testSendSync

        @Test
        public void testSendSync()
      • testSendTimeout

        @Test
        public void testSendTimeout()
      • testSendCallback

        @Test
        public void testSendCallback()