Class ProcessChangesTaskTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.y2ysync.task.runner.internal.ProcessChangesTaskTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProcessChangesTaskTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProcessChangesTaskTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldConsumeChangesWhenTaskIsFinished()voidshouldCreateMediaForGivenInsertUpdateAndRemoveScript()voidshouldCreateMediaForGivenInsertUpdateScript()voidshouldCreateMediaForGivenRemoveScript()voidshouldNotCreateMediaWhenThereIsNoscript()voidshouldTriggerConditionAfterFinishingTask()-
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()
-
shouldNotCreateMediaWhenThereIsNoscript
public void shouldNotCreateMediaWhenThereIsNoscript() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldTriggerConditionAfterFinishingTask
public void shouldTriggerConditionAfterFinishingTask() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateMediaForGivenInsertUpdateScript
public void shouldCreateMediaForGivenInsertUpdateScript() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateMediaForGivenRemoveScript
public void shouldCreateMediaForGivenRemoveScript() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateMediaForGivenInsertUpdateAndRemoveScript
public void shouldCreateMediaForGivenInsertUpdateAndRemoveScript() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldConsumeChangesWhenTaskIsFinished
public void shouldConsumeChangesWhenTaskIsFinished() throws java.lang.Exception- Throws:
java.lang.Exception
-
-