Class CxAnonymousConsentChangeEventListenerTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.events.consent.CxAnonymousConsentChangeEventListenerTest
-
@UnitTest public class CxAnonymousConsentChangeEventListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxAnonymousConsentChangeEventListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestDifferentConsentGiven()voidtestGivenConsent()voidtestNotGivenConsent()voidtestNull()voidtestWithdrawnConsent()voidtestWithdrawnConsentWhenNoCatalogVersion()voidtestWithdrawnConsentWhenNoCxResults()
-
-
-
Method Detail
-
setup
public void setup()
-
testNull
public void testNull()
-
testNotGivenConsent
public void testNotGivenConsent()
-
testGivenConsent
public void testGivenConsent()
-
testDifferentConsentGiven
public void testDifferentConsentGiven()
-
testWithdrawnConsent
public void testWithdrawnConsent()
-
testWithdrawnConsentWhenNoCatalogVersion
public void testWithdrawnConsentWhenNoCatalogVersion()
-
testWithdrawnConsentWhenNoCxResults
public void testWithdrawnConsentWhenNoCxResults()
-
-