Class DefaultCustomerSegmentationFacadeIntegrationTest
- 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.customersegmentation.impl.DefaultCustomerSegmentationFacadeIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultCustomerSegmentationFacadeIntegrationTest 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_CUSTOMIZATION_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 DefaultCustomerSegmentationFacadeIntegrationTest()
-
Method Summary
-
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
-
setUp
public void setUp() throws java.lang.Exception
- Overrides:
setUp
in classAbstractFacadeIntegrationTest
- Throws:
java.lang.Exception
-
getCustomerSegmentationTest
public void getCustomerSegmentationTest()
-
getCustomerSegmentationWithBaseSiteTest
public void getCustomerSegmentationWithBaseSiteTest()
-
getNotExistingCustomerSegmentationTest
public void getNotExistingCustomerSegmentationTest()
-
getCustomerSegmentationForNotExistingCustomerTest
public void getCustomerSegmentationForNotExistingCustomerTest()
-
getCustomerSegmentationForNotExistingWithBaseSiteCustomerTest
public void getCustomerSegmentationForNotExistingWithBaseSiteCustomerTest()
-
getCustomerSegmentationForNotExistingSegmentTest
public void getCustomerSegmentationForNotExistingSegmentTest()
-
getCustomerSegmentationForNotExistingBaseSiteTest
public void getCustomerSegmentationForNotExistingBaseSiteTest()
-
getCustomerSegmentationForIncorrectIdTest
public void getCustomerSegmentationForIncorrectIdTest()
-
createCustomerSegmentationsTest
public void createCustomerSegmentationsTest()
-
createCustomerSegmentationsWithBaseSiteTest
public void createCustomerSegmentationsWithBaseSiteTest()
-
createCustomerSegmentationsWithProviderTest
public void createCustomerSegmentationsWithProviderTest()
-
createAltreadyExistedCustomerSegmentationTest
public void createAltreadyExistedCustomerSegmentationTest()
-
createCustomerSegmentationWithNullSegmentTest
public void createCustomerSegmentationWithNullSegmentTest()
-
createCustomerSegmentationWithNullCustomerTest
public void createCustomerSegmentationWithNullCustomerTest()
-
createCustomerSegmentationForNotExistingCustomerTest
public void createCustomerSegmentationForNotExistingCustomerTest()
-
createCustomerSegmentationsForNotExistingSegmentTest
public void createCustomerSegmentationsForNotExistingSegmentTest()
-
createCustomerSegmentationsForNotExistingBaseSiteTest
public void createCustomerSegmentationsForNotExistingBaseSiteTest()
-
deleteCustomerSegmentationTest
public void deleteCustomerSegmentationTest()
-
deleteNotExistingCustomerSegmentationTest
public void deleteNotExistingCustomerSegmentationTest()
-
deleteCustomerSegmentationForNotExistingCustomerTest
public void deleteCustomerSegmentationForNotExistingCustomerTest()
-
deleteCustomerSegmentationForNotExistingCustomerWithBaseSiteTest
public void deleteCustomerSegmentationForNotExistingCustomerWithBaseSiteTest()
-
deleteCustomerSegmentationForNotExistingSegmentTest
public void deleteCustomerSegmentationForNotExistingSegmentTest()
-
deleteCustomerSegmentationForNotExistingBaseSiteTest
public void deleteCustomerSegmentationForNotExistingBaseSiteTest()
-
deleteCustomerSegmentationWithIncorrectIdTest
public void deleteCustomerSegmentationWithIncorrectIdTest()
-
-