Class CxProcessParameterConsentReferenceStrategyTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.process.strategies.BaseCxProcessParameterStrategyTest
-
- de.hybris.platform.personalizationyprofile.strategy.impl.CxProcessParameterConsentReferenceStrategyTest
-
@UnitTest public class CxProcessParameterConsentReferenceStrategyTest extends BaseCxProcessParameterStrategyTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.personalizationservices.process.strategies.BaseCxProcessParameterStrategyTest
processParameterHelper
-
-
Constructor Summary
Constructors Constructor Description CxProcessParameterConsentReferenceStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldLoadConsentGivenFromProcess()
void
shouldLoadConsentReferenceFromProcess()
void
shouldNotStoreConsentGivenInProcess()
void
shouldNotStoreConsentReferenceInProcess()
void
shouldStoreConsentGivenInProcess()
void
shouldStoreConsentReferenceInProcess()
-
Methods inherited from class de.hybris.platform.personalizationservices.process.strategies.BaseCxProcessParameterStrategyTest
createBusinessProcessParameterModel, createSegments, setUserToSegments
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldLoadConsentReferenceFromProcess
public void shouldLoadConsentReferenceFromProcess()
-
shouldStoreConsentReferenceInProcess
public void shouldStoreConsentReferenceInProcess()
-
shouldNotStoreConsentReferenceInProcess
public void shouldNotStoreConsentReferenceInProcess()
-
shouldLoadConsentGivenFromProcess
public void shouldLoadConsentGivenFromProcess()
-
shouldStoreConsentGivenInProcess
public void shouldStoreConsentGivenInProcess()
-
shouldNotStoreConsentGivenInProcess
public void shouldNotStoreConsentGivenInProcess()
-
-