SendEmailOptionsTest
extends TestCase
in package
SendEmailOptionsTest Class Doc Comment
Tags
Table of Contents
- setUp() : void
- Setup before running each test case
- setUpBeforeClass() : void
- Setup before running any test case
- tearDown() : void
- Clean up after running each test case
- tearDownAfterClass() : void
- Clean up after running all test cases
- testPropertyAddTrackingPixel() : mixed
- Test attribute "add_tracking_pixel"
- testPropertyAttachments() : mixed
- Test attribute "attachments"
- testPropertyBcc() : mixed
- Test attribute "bcc"
- testPropertyBody() : mixed
- Test attribute "body"
- testPropertyBodyParts() : mixed
- Test attribute "body_parts"
- testPropertyCc() : mixed
- Test attribute "cc"
- testPropertyCharset() : mixed
- Test attribute "charset"
- testPropertyCustomHeaders() : mixed
- Test attribute "custom_headers"
- testPropertyFilterBouncedRecipients() : mixed
- Test attribute "filter_bounced_recipients"
- testPropertyFrom() : mixed
- Test attribute "from"
- testPropertyHtml() : mixed
- Test attribute "html"
- testPropertyIgnoreEmptyRecipients() : mixed
- Test attribute "ignore_empty_recipients"
- testPropertyIsHtml() : mixed
- Test attribute "is_html"
- testPropertyIsXAmpHtml() : mixed
- Test attribute "is_x_amp_html"
- testPropertyReplyTo() : mixed
- Test attribute "reply_to"
- testPropertySendStrategy() : mixed
- Test attribute "send_strategy"
- testPropertySubject() : mixed
- Test attribute "subject"
- testPropertyTemplate() : mixed
- Test attribute "template"
- testPropertyTemplateVariables() : mixed
- Test attribute "template_variables"
- testPropertyTo() : mixed
- Test attribute "to"
- testPropertyToContacts() : mixed
- Test attribute "to_contacts"
- testPropertyToGroup() : mixed
- Test attribute "to_group"
- testPropertyUseInboxName() : mixed
- Test attribute "use_inbox_name"
- testPropertyValidateEmailAddresses() : mixed
- Test attribute "validate_email_addresses"
- testSendEmailOptions() : mixed
- Test "SendEmailOptions"
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test case
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 —testPropertyAddTrackingPixel()
Test attribute "add_tracking_pixel"
public
testPropertyAddTrackingPixel() : mixed
Return values
mixed —testPropertyAttachments()
Test attribute "attachments"
public
testPropertyAttachments() : mixed
Return values
mixed —testPropertyBcc()
Test attribute "bcc"
public
testPropertyBcc() : mixed
Return values
mixed —testPropertyBody()
Test attribute "body"
public
testPropertyBody() : mixed
Return values
mixed —testPropertyBodyParts()
Test attribute "body_parts"
public
testPropertyBodyParts() : mixed
Return values
mixed —testPropertyCc()
Test attribute "cc"
public
testPropertyCc() : mixed
Return values
mixed —testPropertyCharset()
Test attribute "charset"
public
testPropertyCharset() : mixed
Return values
mixed —testPropertyCustomHeaders()
Test attribute "custom_headers"
public
testPropertyCustomHeaders() : mixed
Return values
mixed —testPropertyFilterBouncedRecipients()
Test attribute "filter_bounced_recipients"
public
testPropertyFilterBouncedRecipients() : mixed
Return values
mixed —testPropertyFrom()
Test attribute "from"
public
testPropertyFrom() : mixed
Return values
mixed —testPropertyHtml()
Test attribute "html"
public
testPropertyHtml() : mixed
Return values
mixed —testPropertyIgnoreEmptyRecipients()
Test attribute "ignore_empty_recipients"
public
testPropertyIgnoreEmptyRecipients() : mixed
Return values
mixed —testPropertyIsHtml()
Test attribute "is_html"
public
testPropertyIsHtml() : mixed
Return values
mixed —testPropertyIsXAmpHtml()
Test attribute "is_x_amp_html"
public
testPropertyIsXAmpHtml() : mixed
Return values
mixed —testPropertyReplyTo()
Test attribute "reply_to"
public
testPropertyReplyTo() : mixed
Return values
mixed —testPropertySendStrategy()
Test attribute "send_strategy"
public
testPropertySendStrategy() : mixed
Return values
mixed —testPropertySubject()
Test attribute "subject"
public
testPropertySubject() : mixed
Return values
mixed —testPropertyTemplate()
Test attribute "template"
public
testPropertyTemplate() : mixed
Return values
mixed —testPropertyTemplateVariables()
Test attribute "template_variables"
public
testPropertyTemplateVariables() : mixed
Return values
mixed —testPropertyTo()
Test attribute "to"
public
testPropertyTo() : mixed
Return values
mixed —testPropertyToContacts()
Test attribute "to_contacts"
public
testPropertyToContacts() : mixed
Return values
mixed —testPropertyToGroup()
Test attribute "to_group"
public
testPropertyToGroup() : mixed
Return values
mixed —testPropertyUseInboxName()
Test attribute "use_inbox_name"
public
testPropertyUseInboxName() : mixed
Return values
mixed —testPropertyValidateEmailAddresses()
Test attribute "validate_email_addresses"
public
testPropertyValidateEmailAddresses() : mixed
Return values
mixed —testSendEmailOptions()
Test "SendEmailOptions"
public
testSendEmailOptions() : mixed