Class CxConsentGivenEventListenerTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.events.consent.CxConsentGivenEventListenerTest
-
@UnitTest public class CxConsentGivenEventListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxConsentGivenEventListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestDifferentGivenConsentInSession()voidtestGivenConsent()voidtestGivenConsentInSession()voidtestNoData()voidtestNotGivenConsent()voidtestNull()
-
-
-
Method Detail
-
setup
public void setup()
-
testNull
public void testNull()
-
testNoData
public void testNoData()
-
testGivenConsent
public void testGivenConsent()
-
testGivenConsentInSession
public void testGivenConsentInSession()
-
testDifferentGivenConsentInSession
public void testDifferentGivenConsentInSession()
-
testNotGivenConsent
public void testNotGivenConsent()
-
-