AliasControllerApiTest
extends TestCase
in package
AliasControllerApiTest 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
- testCreateAlias() : mixed
- Test case for createAlias
- testDeleteAlias() : mixed
- Test case for deleteAlias
- testGetAlias() : mixed
- Test case for getAlias
- testGetAliasEmails() : mixed
- Test case for getAliasEmails
- testGetAliases() : mixed
- Test case for getAliases
- testGetAliasThreads() : mixed
- Test case for getAliasThreads
- testGetThread() : mixed
- Test case for getThread
- testGetThreadsPaginated() : mixed
- Test case for getThreadsPaginated
- testReplyToAliasEmail() : mixed
- Test case for replyToAliasEmail
- testSendAliasEmail() : mixed
- Test case for sendAliasEmail
- testUpdateAlias() : mixed
- Test case for updateAlias
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 —testCreateAlias()
Test case for createAlias
public
testCreateAlias() : mixed
Create an email alias. Must be verified by clicking link inside verification email that will be sent to the address. Once verified the alias will be active..
Return values
mixed —testDeleteAlias()
Test case for deleteAlias
public
testDeleteAlias() : mixed
Delete an email alias.
Return values
mixed —testGetAlias()
Test case for getAlias
public
testGetAlias() : mixed
Get an email alias.
Return values
mixed —testGetAliasEmails()
Test case for getAliasEmails
public
testGetAliasEmails() : mixed
Get emails for an alias.
Return values
mixed —testGetAliases()
Test case for getAliases
public
testGetAliases() : mixed
Get all email aliases you have created.
Return values
mixed —testGetAliasThreads()
Test case for getAliasThreads
public
testGetAliasThreads() : mixed
Get threads created for an alias.
Return values
mixed —testGetThread()
Test case for getThread
public
testGetThread() : mixed
Get a thread.
Return values
mixed —testGetThreadsPaginated()
Test case for getThreadsPaginated
public
testGetThreadsPaginated() : mixed
Get all threads.
Return values
mixed —testReplyToAliasEmail()
Test case for replyToAliasEmail
public
testReplyToAliasEmail() : mixed
Reply to an email.
Return values
mixed —testSendAliasEmail()
Test case for sendAliasEmail
public
testSendAliasEmail() : mixed
Send an email from an alias inbox.
Return values
mixed —testUpdateAlias()
Test case for updateAlias
public
testUpdateAlias() : mixed
Update an email alias.