Package de.hybris.deltadetection.impl
Class DefaultChangeDetectionServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.deltadetection.impl.DefaultChangeDetectionServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultChangeDetectionServiceIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultChangeDetectionServiceIntegrationTest()
-
Method Summary
-
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()
-
shouldDetectNewItemsWithoutItemSelector
public void shouldDetectNewItemsWithoutItemSelector()
-
shouldDetectNewItemsWithItemSelectorWithoutParameters
public void shouldDetectNewItemsWithItemSelectorWithoutParameters()
-
shouldDetectNewItemsWithItemSelectorWithParameters
public void shouldDetectNewItemsWithItemSelectorWithParameters()
-
shouldDetectModifiedItemsWithoutItemSelector
public void shouldDetectModifiedItemsWithoutItemSelector()
-
shouldDetectModifiedItemsWithItemSelectorWithoutParameters
public void shouldDetectModifiedItemsWithItemSelectorWithoutParameters()
-
shouldDetectModifiedItemsWithItemSelectorWithParameters
public void shouldDetectModifiedItemsWithItemSelectorWithParameters()
-
shouldDetectRemovedItemsWithoutItemSelector
public void shouldDetectRemovedItemsWithoutItemSelector()
-
shouldDetectRemovedItemsWithItemSelectorWithoutParameters
public void shouldDetectRemovedItemsWithItemSelectorWithoutParameters()
-
shouldDetectRemovedItemsWithItemSelectorWithParameters
public void shouldDetectRemovedItemsWithItemSelectorWithParameters()
-
shouldDetectAllChangeTypesWithoutItemSelector
public void shouldDetectAllChangeTypesWithoutItemSelector()
-
shouldDetectAllChangeTypesWithItemSelectorWithoutParameters
public void shouldDetectAllChangeTypesWithItemSelectorWithoutParameters()
-
shouldDetectAllChangeTypesWithItemSelectorWithParameters
public void shouldDetectAllChangeTypesWithItemSelectorWithParameters()
-
shouldDetectAsRemovedItemsWhichNoLongerMatchSelector
public void shouldDetectAsRemovedItemsWhichNoLongerMatchSelector()
-
shouldDetectAsNewItemsWhichBecomeToMatchSelector
public void shouldDetectAsNewItemsWhichBecomeToMatchSelector()
-
-