Documentation

ConsentControllerApiTest extends TestCase
in package

ConsentControllerApiTest Class Doc Comment

Tags
category

Class

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test cases
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testCheckSendingConsentForEmailAddress()  : mixed
Test case for checkSendingConsentForEmailAddress
testGetOptInIdentities()  : mixed
Test case for getOptInIdentities
testRevokeOptInConsentForEmailAddress()  : mixed
Test case for revokeOptInConsentForEmailAddress
testSendOptInConsentForEmailAddress()  : mixed
Test case for sendOptInConsentForEmailAddress

Methods

setUpBeforeClass()

Setup before running any test cases

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testCheckSendingConsentForEmailAddress()

Test case for checkSendingConsentForEmailAddress

public testCheckSendingConsentForEmailAddress() : mixed

.

Return values
mixed

testGetOptInIdentities()

Test case for getOptInIdentities

public testGetOptInIdentities() : mixed

.

Return values
mixed

testRevokeOptInConsentForEmailAddress()

Test case for revokeOptInConsentForEmailAddress

public testRevokeOptInConsentForEmailAddress() : mixed

.

Return values
mixed

testSendOptInConsentForEmailAddress()

Test case for sendOptInConsentForEmailAddress

public testSendOptInConsentForEmailAddress() : mixed

Send a verification code to a user once they have explicitly submitted their email address.

Return values
mixed

Search results