Package de.hybris.platform.task.impl
Class TaskScriptingIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.task.impl.TaskScriptingIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TaskScriptingIntegrationTest extends ServicelayerBaseTest
Integration tests for task scripting
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TaskScriptingIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testRunTaskForCorrectScript()
void
testRunTaskForCorrectScriptEventBased()
void
testRunTaskForNonExistingScript()
void
testRunTaskScriptThrowingException()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunTaskForCorrectScript
public void testRunTaskForCorrectScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunTaskForCorrectScriptEventBased
public void testRunTaskForCorrectScriptEventBased() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunTaskForNonExistingScript
public void testRunTaskForNonExistingScript() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunTaskScriptThrowingException
public void testRunTaskScriptThrowingException() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-