@UnitTest public class DefaultConsentFacadeTest extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
consentId1 |
| Constructor and Description |
|---|
DefaultConsentFacadeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testGetConsent() |
void |
testGetUserConsents() |
void |
testGiveConsent() |
void |
testShouldNotGetConsentIfConsentTemplateIdIsNull() |
void |
testShouldNotGiveConsentIfConsentTemplateIdIsNull() |
void |
testShouldNotGiveConsentIfConsentTemplateVersionIsNull() |
void |
testShouldNotWithdrawConsentIfConsentCodeIsNull() |
void |
testWithdrawConsent() |
public static final java.lang.String consentId1
public void setup()
public void testGetConsent()
public void testShouldNotGetConsentIfConsentTemplateIdIsNull()
public void testGetUserConsents()
public void testGiveConsent()
public void testShouldNotGiveConsentIfConsentTemplateIdIsNull()
public void testShouldNotGiveConsentIfConsentTemplateVersionIsNull()
public void testWithdrawConsent()
public void testShouldNotWithdrawConsentIfConsentCodeIsNull()
Copyright © 2018 SAP SE. All Rights Reserved.