Class DefaultCustomizationFacadeIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.personalizationfacades.AbstractFacadeIntegrationTest
de.hybris.platform.personalizationfacades.customization.impl.DefaultCustomizationFacadeIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class DefaultCustomizationFacadeIntegrationTest
extends AbstractFacadeIntegrationTest
-
Field Summary
Fields inherited from class de.hybris.platform.personalizationfacades.AbstractFacadeIntegrationTest
CATALOG_ID, CATALOG_VERSION_ONLINE_ID, CATALOG_VERSION_STAGE_ID, CUSTOMIZATION_ID, CUSTOMIZATION_ID_1, CUSTOMIZATION_NAME, CUSTOMIZATION_NAME_1, NEW_TRIGGER_ID, NEW_VARIATION_ID, NOTEXISTING_CATALOG_ID, NOTEXISTING_SEGMENT_ID, SEGMENT_ID, SEGMENT_ID_1, SEGMENT_ID_2, TRIGGER_ID, VARIATION_ID, VARIATION_ID_1, VARIATION_NAMEFields 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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.personalizationfacades.AbstractFacadeIntegrationTest
setUpMethods 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
-
DefaultCustomizationFacadeIntegrationTest
public DefaultCustomizationFacadeIntegrationTest()
-
-
Method Details
-
getCustomizationTest
public void getCustomizationTest() -
getNotExistingCustomizationTest
public void getNotExistingCustomizationTest() -
getCustomizationForWrongCatalogVersionTest
public void getCustomizationForWrongCatalogVersionTest() -
getCustomizationForNotExistingCatalogTest
public void getCustomizationForNotExistingCatalogTest() -
getCustomizationsTest
public void getCustomizationsTest() -
getCustomizationsForNotExistingCatalogTest
public void getCustomizationsForNotExistingCatalogTest() -
createCustomizationTest
public void createCustomizationTest() -
createAltreadyExistedCustomizationTest
public void createAltreadyExistedCustomizationTest() -
createCustomizationWithExistingCodeForDifferentCatalogTest
public void createCustomizationWithExistingCodeForDifferentCatalogTest() -
testCreateCustomizationWithRank
public void testCreateCustomizationWithRank() -
updateCustomizationTest
public void updateCustomizationTest() -
updateCustomizationDescriptionTest
public void updateCustomizationDescriptionTest() -
updateNotExistingCustomizationTest
public void updateNotExistingCustomizationTest() -
updateCustomizationWithCodeConflictTest
public void updateCustomizationWithCodeConflictTest() -
removeCustomizationTest
public void removeCustomizationTest() -
removeNotExistingCustomizationTest
public void removeNotExistingCustomizationTest()
-