DomainControllerApiTest
extends TestCase
in package
DomainControllerApiTest Class Doc Comment
Tags
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
- testGetAvailableDomains() : mixed
- Test case for getAvailableDomains
- testGetDomain() : mixed
- Test case for getDomain
- testGetDomainIssues() : mixed
- Test case for getDomainIssues
- testGetDomains() : mixed
- Test case for getDomains
- testGetDomainWildcardCatchAllInbox() : mixed
- Test case for getDomainWildcardCatchAllInbox
- testGetMailSlurpDomains() : mixed
- Test case for getMailSlurpDomains
- testUpdateDomain() : mixed
- Test case for updateDomain
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test cases
public
static setUpBeforeClass() : void
Return values
void —tearDown()
Clean up after running each test case
public
tearDown() : 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 —testGetAvailableDomains()
Test case for getAvailableDomains
public
testGetAvailableDomains() : mixed
Get all usable domains.
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 —testGetMailSlurpDomains()
Test case for getMailSlurpDomains
public
testGetMailSlurpDomains() : mixed
Get MailSlurp domains.
Return values
mixed —testUpdateDomain()
Test case for updateDomain
public
testUpdateDomain() : mixed
Update a domain.