Class DefaultScriptingEventServiceTest
- java.lang.Object
-
- de.hybris.platform.scripting.events.impl.DefaultScriptingEventServiceTest
-
public class DefaultScriptingEventServiceTest extends java.lang.ObjectTests for ScriptingTaskRunner
-
-
Constructor Summary
Constructors Constructor Description DefaultScriptingEventServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestRegisterScriptingEventListenerCorrectScript()voidtestRegisterScriptingEventListenerNotSuccessfulForNullScript()voidtestRegisterScriptingEventListenerNotSuccessfulForWrongScript()voidtestUnRegisterScriptingEventListenerCorrectScript()voidtestUnRegisterScriptingEventListenerDoesntBreakForWrongScript()voidtestUnregisterScriptingEventListenerNotSuccessfulForNullScript()
-
-
-
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
-
-