Class DefaultScriptingEventServiceTest

java.lang.Object
de.hybris.platform.scripting.events.impl.DefaultScriptingEventServiceTest

public class DefaultScriptingEventServiceTest extends Object
Tests for ScriptingTaskRunner
  • Constructor Details

    • DefaultScriptingEventServiceTest

      public DefaultScriptingEventServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • testRegisterScriptingEventListenerCorrectScript

      public void testRegisterScriptingEventListenerCorrectScript() throws Exception
      Throws:
      Exception
    • testRegisterScriptingEventListenerNotSuccessfulForWrongScript

      public void testRegisterScriptingEventListenerNotSuccessfulForWrongScript() throws Exception
      Throws:
      Exception
    • testRegisterScriptingEventListenerNotSuccessfulForNullScript

      public void testRegisterScriptingEventListenerNotSuccessfulForNullScript() throws Exception
      Throws:
      Exception
    • testUnRegisterScriptingEventListenerCorrectScript

      public void testUnRegisterScriptingEventListenerCorrectScript() throws Exception
      Throws:
      Exception
    • testUnRegisterScriptingEventListenerDoesntBreakForWrongScript

      public void testUnRegisterScriptingEventListenerDoesntBreakForWrongScript() throws Exception
      Throws:
      Exception
    • testUnregisterScriptingEventListenerNotSuccessfulForNullScript

      public void testUnregisterScriptingEventListenerNotSuccessfulForNullScript() throws Exception
      Throws:
      Exception