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
  • 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()