Class AbstractProfileActionTest

    • Constructor Detail

      • AbstractProfileActionTest

        public AbstractProfileActionTest()
    • Method Detail

      • testSuccess

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

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

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

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

        public void testPostFailure()
                             throws Exception
        Test a failure in the post step.
        Throws:
        Exception - if something goes wrong