Package de.hybris.y2ysync.task.runner
Class ItemChangesProcessorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.y2ysync.task.runner.ItemChangesProcessorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemChangesProcessorIntegrationTest extends ServicelayerBaseTest
Integration tests for ItemChangesProcessor.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemChangesProcessorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testRunSuccessfully()
void
testRunWithErrorsDuringChangeConsumption()
void
testRunWithErrorsInImpexHeader()
void
testWaitWhenNoMatchingNodeGroupGiven()
-
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
-
testRunSuccessfully
public void testRunSuccessfully() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testWaitWhenNoMatchingNodeGroupGiven
public void testWaitWhenNoMatchingNodeGroupGiven() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunWithErrorsInImpexHeader
public void testRunWithErrorsInImpexHeader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRunWithErrorsDuringChangeConsumption
public void testRunWithErrorsDuringChangeConsumption() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-