Package de.hybris.deltadetection
Class DetectionAndConsumptionJobsIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.deltadetection.DetectionAndConsumptionJobsIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DetectionAndConsumptionJobsIntegrationTest extends ServicelayerBaseTest
Tests for detecting and consuming changes with dedicated jobs.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DetectionAndConsumptionJobsIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDetectAndConsumeAllChangesForGivenType()voidtestDetectAndConsumeOnlyDeletedChangesForGivenType()-
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
-
testDetectAndConsumeAllChangesForGivenType
public void testDetectAndConsumeAllChangesForGivenType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDetectAndConsumeOnlyDeletedChangesForGivenType
public void testDetectAndConsumeOnlyDeletedChangesForGivenType() throws java.lang.Exception- Throws:
java.lang.Exception
-
-