Class CxSegmentRemoveInterceptorIntegrationTest
- 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.personalizationservices.AbstractCxServiceTest
-
- de.hybris.platform.personalizationservices.segment.impl.CxSegmentRemoveInterceptorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CxSegmentRemoveInterceptorIntegrationTest extends AbstractCxServiceTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringSEGMENT_NOT_REL_TO_TRIGGER_CODEprotected static java.lang.StringSEGMENT_REL_TO_TRIGGER_CODE-
Fields inherited from class de.hybris.platform.personalizationservices.AbstractCxServiceTest
CUSTOMIZATION_CODE, CUSTOMIZATION_CODE2, SEGMENT_CODE, VARIATION_CODE, VARIATION_CODE2, VARIATION_CODE3
-
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 CxSegmentRemoveInterceptorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldNotThrowInterceptorExceptionWhenSegmentIsNotRelatedToSegmentTrigger()voidshouldThrowInterceptorExceptionWhenSegmentIsRelatedToSegmentTrigger()-
Methods inherited from class de.hybris.platform.personalizationservices.AbstractCxServiceTest
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
-
-
-
-
Field Detail
-
SEGMENT_REL_TO_TRIGGER_CODE
protected static final java.lang.String SEGMENT_REL_TO_TRIGGER_CODE
- See Also:
- Constant Field Values
-
SEGMENT_NOT_REL_TO_TRIGGER_CODE
protected static final java.lang.String SEGMENT_NOT_REL_TO_TRIGGER_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldThrowInterceptorExceptionWhenSegmentIsRelatedToSegmentTrigger
public void shouldThrowInterceptorExceptionWhenSegmentIsRelatedToSegmentTrigger()
-
shouldNotThrowInterceptorExceptionWhenSegmentIsNotRelatedToSegmentTrigger
public void shouldNotThrowInterceptorExceptionWhenSegmentIsNotRelatedToSegmentTrigger()
-
-