Class CxConsentWithdrawnEventListenerTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.events.consent.CxConsentWithdrawnEventListenerTest
-
@UnitTest public class CxConsentWithdrawnEventListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxConsentWithdrawnEventListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestNoData()voidtestNull()voidtestWithdrawnConsent()voidtestWithdrawnConsentWhenNoCatalogVersion()voidtestWithdrawnConsentWhenNoCxResults()voidtestWithdrawnDifferentConsent()
-
-
-
Method Detail
-
setup
public void setup()
-
testNull
public void testNull()
-
testNoData
public void testNoData()
-
testWithdrawnConsent
public void testWithdrawnConsent()
-
testWithdrawnDifferentConsent
public void testWithdrawnDifferentConsent()
-
testWithdrawnConsentWhenNoCatalogVersion
public void testWithdrawnConsentWhenNoCatalogVersion()
-
testWithdrawnConsentWhenNoCxResults
public void testWithdrawnConsentWhenNoCxResults()
-
-