Class DefaultConsentFacadeTest

java.lang.Object
de.hybris.platform.commercefacades.consent.impl.DefaultConsentFacadeTest

@UnitTest public class DefaultConsentFacadeTest extends Object
  • Field Details

  • 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()