Class DefaultScriptingEventServiceTest


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

      • DefaultScriptingEventServiceTest

        public DefaultScriptingEventServiceTest()
    • Method Detail

      • setUp

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

        public void testRegisterScriptingEventListenerCorrectScript()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRegisterScriptingEventListenerNotSuccessfulForWrongScript

        public void testRegisterScriptingEventListenerNotSuccessfulForWrongScript()
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRegisterScriptingEventListenerNotSuccessfulForNullScript

        public void testRegisterScriptingEventListenerNotSuccessfulForNullScript()
                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testUnRegisterScriptingEventListenerCorrectScript

        public void testUnRegisterScriptingEventListenerCorrectScript()
                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testUnRegisterScriptingEventListenerDoesntBreakForWrongScript

        public void testUnRegisterScriptingEventListenerDoesntBreakForWrongScript()
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testUnregisterScriptingEventListenerNotSuccessfulForNullScript

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