Package de.hybris.deltadetection
Class ChangeDetectionJobTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.deltadetection.ChangeDetectionJobTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ChangeDetectionJobTest extends ServicelayerTransactionalBaseTest
Tests for detecting changes with given cronjob
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ChangeDetectionJobTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDetectChangesStreamAware()voidtestDetectDifferentKindOfChangesInDifferentItemTypes()voidtestShouldFindChangesOnlyInModifiedItems()voidtestShouldFindChangesOnlyInNewItems()voidtestShouldFindChangesOnlyInRemovedItems()-
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
-
testShouldFindChangesOnlyInRemovedItems
public void testShouldFindChangesOnlyInRemovedItems() throws java.lang.Exception- Throws:
java.lang.Exception
-
testShouldFindChangesOnlyInModifiedItems
public void testShouldFindChangesOnlyInModifiedItems() throws java.lang.Exception- Throws:
java.lang.Exception
-
testShouldFindChangesOnlyInNewItems
public void testShouldFindChangesOnlyInNewItems() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDetectDifferentKindOfChangesInDifferentItemTypes
public void testDetectDifferentKindOfChangesInDifferentItemTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDetectChangesStreamAware
public void testDetectChangesStreamAware() throws java.lang.Exception- Throws:
java.lang.Exception
-
-