Documentation

EmailVerificationControllerApiTest extends TestCase
in package

EmailVerificationControllerApiTest 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
testDeleteAllValidationRequests()  : mixed
Test case for deleteAllValidationRequests
testDeleteValidationRequest()  : mixed
Test case for deleteValidationRequest
testGetValidationRequests()  : mixed
Test case for getValidationRequests
testValidateEmailAddressList()  : mixed
Test case for validateEmailAddressList

Methods

testDeleteAllValidationRequests()

Test case for deleteAllValidationRequests

public testDeleteAllValidationRequests() : mixed

Delete all validation requests.

Return values
mixed

testDeleteValidationRequest()

Test case for deleteValidationRequest

public testDeleteValidationRequest() : mixed

Delete a validation record.

Return values
mixed

testGetValidationRequests()

Test case for getValidationRequests

public testGetValidationRequests() : mixed

Validate a list of email addresses. Per unit billing. See your plan for pricing..

Return values
mixed

testValidateEmailAddressList()

Test case for validateEmailAddressList

public testValidateEmailAddressList() : mixed

Validate a list of email addresses. Per unit billing. See your plan for pricing..

Return values
mixed

Search results