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_NAME
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomizationFacadeIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createAltreadyExistedCustomizationTest()
void
createCustomizationTest()
void
createCustomizationWithExistingCodeForDifferentCatalogTest()
void
getCustomizationForNotExistingCatalogTest()
void
getCustomizationForWrongCatalogVersionTest()
void
getCustomizationsForNotExistingCatalogTest()
void
getCustomizationsTest()
void
getCustomizationTest()
void
getNotExistingCustomizationTest()
void
removeCustomizationTest()
void
removeNotExistingCustomizationTest()
void
testCreateCustomizationWithRank()
void
updateCustomizationDescriptionTest()
void
updateCustomizationTest()
void
updateCustomizationWithCodeConflictTest()
void
updateNotExistingCustomizationTest()
-
Methods inherited from class de.hybris.platform.personalizationfacades.AbstractFacadeIntegrationTest
setUp
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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()
-
-