Package de.hybris.platform.task.action
Class ScriptingTaskRunnerTest
- java.lang.Object
-
- de.hybris.platform.task.action.ScriptingTaskRunnerTest
-
public class ScriptingTaskRunnerTest extends java.lang.ObjectTests for ScriptingTaskRunner
-
-
Constructor Summary
Constructors Constructor Description ScriptingTaskRunnerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestHandleErrorInCorrectScript()voidtestHandleErrorInScriptThrowingNullPointerException()voidtestRunCorrectScript()voidtestRunNotExistingScript()voidtestRunScriptThrowingNullPointerException()
-
-
-
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
-
-