Class ScriptingTaskRunnerTest


  • public class ScriptingTaskRunnerTest
    extends java.lang.Object
    Tests for ScriptingTaskRunner
    • Constructor Detail

      • ScriptingTaskRunnerTest

        public ScriptingTaskRunnerTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRunCorrectScript

        public void testRunCorrectScript()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRunNotExistingScript

        public void testRunNotExistingScript()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRunScriptThrowingNullPointerException

        public void testRunScriptThrowingNullPointerException()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testHandleErrorInCorrectScript

        public void testHandleErrorInCorrectScript()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testHandleErrorInScriptThrowingNullPointerException

        public void testHandleErrorInScriptThrowingNullPointerException()
                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception