Documentation

DomainControllerApiTest extends TestCase
in package

DomainControllerApiTest 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
testAddDomainWildcardCatchAll()  : mixed
Test case for addDomainWildcardCatchAll
testCreateDomain()  : mixed
Test case for createDomain
testDeleteDomain()  : mixed
Test case for deleteDomain
testGetDomain()  : mixed
Test case for getDomain
testGetDomainIssues()  : mixed
Test case for getDomainIssues
testGetDomains()  : mixed
Test case for getDomains
testGetDomainWildcardCatchAllInbox()  : mixed
Test case for getDomainWildcardCatchAllInbox
testUpdateDomain()  : mixed
Test case for updateDomain

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

testAddDomainWildcardCatchAll()

Test case for addDomainWildcardCatchAll

public testAddDomainWildcardCatchAll() : mixed

Add catch all wild card inbox to domain.

Return values
mixed

testCreateDomain()

Test case for createDomain

public testCreateDomain() : mixed

Create Domain.

Return values
mixed

testDeleteDomain()

Test case for deleteDomain

public testDeleteDomain() : mixed

Delete a domain.

Return values
mixed

testGetDomain()

Test case for getDomain

public testGetDomain() : mixed

Get a domain.

Return values
mixed

testGetDomainIssues()

Test case for getDomainIssues

public testGetDomainIssues() : mixed

Get domain issues.

Return values
mixed

testGetDomains()

Test case for getDomains

public testGetDomains() : mixed

Get domains.

Return values
mixed

testGetDomainWildcardCatchAllInbox()

Test case for getDomainWildcardCatchAllInbox

public testGetDomainWildcardCatchAllInbox() : mixed

Get catch all wild card inbox for domain.

Return values
mixed

testUpdateDomain()

Test case for updateDomain

public testUpdateDomain() : mixed

Update a domain.

Return values
mixed

Search results