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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultChangeDetectionServiceIntegrationTest
public DefaultChangeDetectionServiceIntegrationTest()
-
-
Method Details
-
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()
-