Class DefaultConsentFacadeTest


  • @UnitTest
    public class DefaultConsentFacadeTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultConsentFacadeTest

        public DefaultConsentFacadeTest()
    • Method Detail

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