Class AbstractMessageHandlerTest

    • Constructor Detail

      • AbstractMessageHandlerTest

        public AbstractMessageHandlerTest()
    • Method Detail

      • testSuccess

        public void testSuccess()
                         throws Exception
        Test a successful action run.
        Throws:
        Exception - if something bad happens
      • testPreFailure

        public void testPreFailure()
                            throws Exception
        Test a failure in the preexec step.
        Throws:
        Exception - if something bad happens
      • testExecFailure

        public void testExecFailure()
                             throws Exception
        Test a failure in the exec step.
        Throws:
        Exception - if something bad happens
      • testExecUnchecked

        public void testExecUnchecked()
                               throws Exception
        Test an unchecked error in the exec step.
        Throws:
        Exception - if something bad happens
      • testPostFailure

        public void testPostFailure()
                             throws Exception
        Test a failure in the post step.
        Throws:
        Exception - if something bad happens
      • testTrueActivationCondition

        public void testTrueActivationCondition()
                                         throws Exception
        Throws:
        Exception
      • testFalseActivationCondition

        public void testFalseActivationCondition()
                                          throws Exception
        Throws:
        Exception