Class CxCdsAnonymousConsentChangeEventListenerTest
- java.lang.Object
-
- de.hybris.platform.personalizationyprofile.event.CxCdsAnonymousConsentChangeEventListenerTest
-
@UnitTest public class CxCdsAnonymousConsentChangeEventListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxCdsAnonymousConsentChangeEventListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDifferentConsentWithdrawn()voidtestGivenConsent()voidtestNotGivenConsent()voidtestNull()voidtestWithdrawnConsent()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNull
public void testNull()
-
testNotGivenConsent
public void testNotGivenConsent()
-
testWithdrawnConsent
public void testWithdrawnConsent()
-
testGivenConsent
public void testGivenConsent()
-
testDifferentConsentWithdrawn
public void testDifferentConsentWithdrawn()
-
-