Class DefaultItemSynchronizationServiceIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.cmsfacades.util.BaseIntegrationTest
de.hybris.platform.cmsfacades.synchronization.service.impl.DefaultItemSynchronizationServiceIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultItemSynchronizationServiceIntegrationTest
extends BaseIntegrationTest
-
Field Summary
Fields inherited from class de.hybris.platform.cmsfacades.util.BaseIntegrationTest
springCustomContextLoader, userServiceFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconvertToCatalogVersion(ContentSlotForPageModel contentSlotForPageModel) protected StringconvertToUniqueKeyForContentSlotForPage(ContentSlotForPageModel contentSlotForPageModel) protected List<ContentSlotForPageModel>extractPageRelations(List<ItemModel> items) voidsetup()voidvoidvoidvoidMethods inherited from class de.hybris.platform.cmsfacades.util.BaseIntegrationTest
setCurrentUser, setCurrentUserCmsEditor, setCurrentUserCmsManagerMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultItemSynchronizationServiceIntegrationTest
public DefaultItemSynchronizationServiceIntegrationTest()
-
-
Method Details
-
setup
public void setup() -
shouldCollectPageRelationsFromOnlineCatalogVersionButOnlyThoseThatWereRemovedFromSourceCatalogVersion
public void shouldCollectPageRelationsFromOnlineCatalogVersionButOnlyThoseThatWereRemovedFromSourceCatalogVersion() -
shouldNotCollectPageRelationsFromPageThatDoesNotExistsInOnlineCatalogVersion
public void shouldNotCollectPageRelationsFromPageThatDoesNotExistsInOnlineCatalogVersion() -
shouldCollectPageRelationsFromOnlineCatalogVersionEvenIfTheRelationDoesNotExistInSourceCatalogVersion
public void shouldCollectPageRelationsFromOnlineCatalogVersionEvenIfTheRelationDoesNotExistInSourceCatalogVersion() -
shouldNotCollectTargetCatalogVersionRelationsIfTargetCatalogVersionIsNotProvided
public void shouldNotCollectTargetCatalogVersionRelationsIfTargetCatalogVersionIsNotProvided() -
extractPageRelations
-
convertToUniqueKeyForContentSlotForPage
protected String convertToUniqueKeyForContentSlotForPage(ContentSlotForPageModel contentSlotForPageModel) -
convertToCatalogVersion
-