EmailThreadDtoTest
extends TestCase
in package
EmailThreadDtoTest 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
- testEmailThreadDto() : mixed
- Test "EmailThreadDto"
- testPropertyBcc() : mixed
- Test attribute "bcc"
- testPropertyCc() : mixed
- Test attribute "cc"
- testPropertyCreatedAt() : mixed
- Test attribute "created_at"
- testPropertyFrom() : mixed
- Test attribute "from"
- testPropertyId() : mixed
- Test attribute "id"
- testPropertyInboxId() : mixed
- Test attribute "inbox_id"
- testPropertyRecipients() : mixed
- Test attribute "recipients"
- testPropertySender() : mixed
- Test attribute "sender"
- testPropertySubject() : mixed
- Test attribute "subject"
- testPropertyTo() : mixed
- Test attribute "to"
- testPropertyUpdatedAt() : mixed
- Test attribute "updated_at"
- testPropertyUserId() : mixed
- Test attribute "user_id"
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 —testEmailThreadDto()
Test "EmailThreadDto"
public
testEmailThreadDto() : mixed
Return values
mixed —testPropertyBcc()
Test attribute "bcc"
public
testPropertyBcc() : mixed
Return values
mixed —testPropertyCc()
Test attribute "cc"
public
testPropertyCc() : mixed
Return values
mixed —testPropertyCreatedAt()
Test attribute "created_at"
public
testPropertyCreatedAt() : mixed
Return values
mixed —testPropertyFrom()
Test attribute "from"
public
testPropertyFrom() : mixed
Return values
mixed —testPropertyId()
Test attribute "id"
public
testPropertyId() : mixed
Return values
mixed —testPropertyInboxId()
Test attribute "inbox_id"
public
testPropertyInboxId() : mixed
Return values
mixed —testPropertyRecipients()
Test attribute "recipients"
public
testPropertyRecipients() : mixed
Return values
mixed —testPropertySender()
Test attribute "sender"
public
testPropertySender() : mixed
Return values
mixed —testPropertySubject()
Test attribute "subject"
public
testPropertySubject() : mixed
Return values
mixed —testPropertyTo()
Test attribute "to"
public
testPropertyTo() : mixed
Return values
mixed —testPropertyUpdatedAt()
Test attribute "updated_at"
public
testPropertyUpdatedAt() : mixed
Return values
mixed —testPropertyUserId()
Test attribute "user_id"
public
testPropertyUserId() : mixed