Class DefaultConsentFacadeTest
java.lang.Object
de.hybris.platform.commercefacades.consent.impl.DefaultConsentFacadeTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consentId1
- See Also:
-
-
Constructor Details
-
DefaultConsentFacadeTest
public DefaultConsentFacadeTest()
-
-
Method Details
-
setup
public void setup() -
testGetConsent
public void testGetConsent() -
testShouldNotGetConsentIfConsentTemplateIdIsNull
public void testShouldNotGetConsentIfConsentTemplateIdIsNull() -
testGetUserConsents
public void testGetUserConsents() -
testGiveConsent
public void testGiveConsent() -
testShouldNotGiveConsentIfConsentTemplateIdIsNull
public void testShouldNotGiveConsentIfConsentTemplateIdIsNull() -
testShouldNotGiveConsentIfConsentTemplateVersionIsNull
public void testShouldNotGiveConsentIfConsentTemplateVersionIsNull() -
testWithdrawConsent
public void testWithdrawConsent() -
testShouldNotWithdrawConsentIfConsentCodeIsNull
public void testShouldNotWithdrawConsentIfConsentCodeIsNull()
-