SentEmailsControllerApiTest
extends TestCase
in package
SentEmailsControllerApiTest 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
- testDeleteAllSentEmails() : mixed
- Test case for deleteAllSentEmails
- testDeleteSentEmail() : mixed
- Test case for deleteSentEmail
- testGetAllSentTrackingPixels() : mixed
- Test case for getAllSentTrackingPixels
- testGetRawSentEmailContents() : mixed
- Test case for getRawSentEmailContents
- testGetRawSentEmailJson() : mixed
- Test case for getRawSentEmailJson
- testGetSentDeliveryStatus() : mixed
- Test case for getSentDeliveryStatus
- testGetSentDeliveryStatuses() : mixed
- Test case for getSentDeliveryStatuses
- testGetSentDeliveryStatusesBySentId() : mixed
- Test case for getSentDeliveryStatusesBySentId
- testGetSentEmail() : mixed
- Test case for getSentEmail
- testGetSentEmailHTMLContent() : mixed
- Test case for getSentEmailHTMLContent
- testGetSentEmailPreviewURLs() : mixed
- Test case for getSentEmailPreviewURLs
- testGetSentEmails() : mixed
- Test case for getSentEmails
- testGetSentEmailsWithQueueResults() : mixed
- Test case for getSentEmailsWithQueueResults
- testGetSentEmailTrackingPixels() : mixed
- Test case for getSentEmailTrackingPixels
- testGetSentOrganizationEmails() : mixed
- Test case for getSentOrganizationEmails
- testWaitForDeliveryStatuses() : mixed
- Test case for waitForDeliveryStatuses
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 —testDeleteAllSentEmails()
Test case for deleteAllSentEmails
public
testDeleteAllSentEmails() : mixed
Delete all sent email receipts.
Return values
mixed —testDeleteSentEmail()
Test case for deleteSentEmail
public
testDeleteSentEmail() : mixed
Delete sent email receipt.
Return values
mixed —testGetAllSentTrackingPixels()
Test case for getAllSentTrackingPixels
public
testGetAllSentTrackingPixels() : mixed
.
Return values
mixed —testGetRawSentEmailContents()
Test case for getRawSentEmailContents
public
testGetRawSentEmailContents() : mixed
Get raw sent email string. Returns unparsed raw SMTP message with headers and body..
Return values
mixed —testGetRawSentEmailJson()
Test case for getRawSentEmailJson
public
testGetRawSentEmailJson() : mixed
Get raw sent email in JSON. Unparsed SMTP message in JSON wrapper format..
Return values
mixed —testGetSentDeliveryStatus()
Test case for getSentDeliveryStatus
public
testGetSentDeliveryStatus() : mixed
.
Return values
mixed —testGetSentDeliveryStatuses()
Test case for getSentDeliveryStatuses
public
testGetSentDeliveryStatuses() : mixed
.
Return values
mixed —testGetSentDeliveryStatusesBySentId()
Test case for getSentDeliveryStatusesBySentId
public
testGetSentDeliveryStatusesBySentId() : mixed
.
Return values
mixed —testGetSentEmail()
Test case for getSentEmail
public
testGetSentEmail() : mixed
Get sent email receipt.
Return values
mixed —testGetSentEmailHTMLContent()
Test case for getSentEmailHTMLContent
public
testGetSentEmailHTMLContent() : mixed
Get sent email HTML content.
Return values
mixed —testGetSentEmailPreviewURLs()
Test case for getSentEmailPreviewURLs
public
testGetSentEmailPreviewURLs() : mixed
Get sent email URL for viewing in browser or downloading.
Return values
mixed —testGetSentEmails()
Test case for getSentEmails
public
testGetSentEmails() : mixed
Get all sent emails in paginated form.
Return values
mixed —testGetSentEmailsWithQueueResults()
Test case for getSentEmailsWithQueueResults
public
testGetSentEmailsWithQueueResults() : mixed
Get results of email sent with queues in paginated form.
Return values
mixed —testGetSentEmailTrackingPixels()
Test case for getSentEmailTrackingPixels
public
testGetSentEmailTrackingPixels() : mixed
.
Return values
mixed —testGetSentOrganizationEmails()
Test case for getSentOrganizationEmails
public
testGetSentOrganizationEmails() : mixed
.
Return values
mixed —testWaitForDeliveryStatuses()
Test case for waitForDeliveryStatuses
public
testWaitForDeliveryStatuses() : mixed
.