Package de.hybris.platform.jobs
Class ScriptingJobPerformableTest
- java.lang.Object
-
- de.hybris.platform.jobs.ScriptingJobPerformableTest
-
public class ScriptingJobPerformableTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScriptingJobPerformableTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testPerformCorrectScript()
void
testPerformCorrectScriptReturningResult()
void
testPerformScriptWithErrors()
void
testPerformWithNonExistingScript()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformCorrectScript
public void testPerformCorrectScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformCorrectScriptReturningResult
public void testPerformCorrectScriptReturningResult() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformWithNonExistingScript
public void testPerformWithNonExistingScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPerformScriptWithErrors
public void testPerformScriptWithErrors() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-