Documentation

MailServerControllerApiTest extends TestCase
in package

MailServerControllerApiTest 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
testDescribeMailServerDomain()  : mixed
Test case for describeMailServerDomain
testGetDnsLookup()  : mixed
Test case for getDnsLookup
testGetDnsLookups()  : mixed
Test case for getDnsLookups
testGetIpAddress()  : mixed
Test case for getIpAddress
testVerifyEmailAddress()  : mixed
Test case for verifyEmailAddress

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

testDescribeMailServerDomain()

Test case for describeMailServerDomain

public testDescribeMailServerDomain() : mixed

Get DNS Mail Server records for a domain.

Return values
mixed

testGetDnsLookup()

Test case for getDnsLookup

public testGetDnsLookup() : mixed

Lookup DNS records for a domain.

Return values
mixed

testGetDnsLookups()

Test case for getDnsLookups

public testGetDnsLookups() : mixed

Lookup DNS records for multiple domains.

Return values
mixed

testGetIpAddress()

Test case for getIpAddress

public testGetIpAddress() : mixed

Get IP address for a domain.

Return values
mixed

testVerifyEmailAddress()

Test case for verifyEmailAddress

public testVerifyEmailAddress() : mixed

Deprecated. Use the EmailVerificationController methods for more accurate and reliable functionality. Verify the existence of an email address at a given mail server..

Return values
mixed

Search results