Documentation

EmailTest extends TestCase
in package

EmailTest Class Doc Comment

Tags
category

Class

description

Email entity (also known as EmailDto). When an SMTP email message is received by MailSlurp it is parsed. The body and attachments are written to disk and the fields such as to, from, subject etc are stored in a database. The `body` contains the email content. If you want the original SMTP message see the `getRawEmail` endpoints. The attachments can be fetched using the AttachmentController

author

OpenAPI Generator team

link
https://openapi-generator.tech

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
testEmail()  : mixed
Test "Email"
testPropertyAnalysis()  : mixed
Test attribute "analysis"
testPropertyAttachments()  : mixed
Test attribute "attachments"
testPropertyBcc()  : mixed
Test attribute "bcc"
testPropertyBody()  : mixed
Test attribute "body"
testPropertyBodyExcerpt()  : mixed
Test attribute "body_excerpt"
testPropertyBodyMd5Hash()  : mixed
Test attribute "body_md5_hash"
testPropertyBodyPartContentTypes()  : mixed
Test attribute "body_part_content_types"
testPropertyCc()  : mixed
Test attribute "cc"
testPropertyCharset()  : mixed
Test attribute "charset"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyDomainId()  : mixed
Test attribute "domain_id"
testPropertyFrom()  : mixed
Test attribute "from"
testPropertyHeaders()  : mixed
Test attribute "headers"
testPropertyHeadersMap()  : mixed
Test attribute "headers_map"
testPropertyHtml()  : mixed
Test attribute "html"
testPropertyId()  : mixed
Test attribute "id"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyIsHtml()  : mixed
Test attribute "is_html"
testPropertyIsXAmpHtml()  : mixed
Test attribute "is_x_amp_html"
testPropertyRead()  : mixed
Test attribute "read"
testPropertyRecipients()  : mixed
Test attribute "recipients"
testPropertyReplyTo()  : mixed
Test attribute "reply_to"
testPropertySender()  : mixed
Test attribute "sender"
testPropertySubject()  : mixed
Test attribute "subject"
testPropertyTeamAccess()  : mixed
Test attribute "team_access"
testPropertyTextExcerpt()  : mixed
Test attribute "text_excerpt"
testPropertyTo()  : mixed
Test attribute "to"
testPropertyUpdatedAt()  : mixed
Test attribute "updated_at"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyXampHtml()  : mixed
Test attribute "xamp_html"

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

testEmail()

Test "Email"

public testEmail() : mixed
Return values
mixed

testPropertyAnalysis()

Test attribute "analysis"

public testPropertyAnalysis() : 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

testPropertyBodyExcerpt()

Test attribute "body_excerpt"

public testPropertyBodyExcerpt() : mixed
Return values
mixed

testPropertyBodyMd5Hash()

Test attribute "body_md5_hash"

public testPropertyBodyMd5Hash() : mixed
Return values
mixed

testPropertyBodyPartContentTypes()

Test attribute "body_part_content_types"

public testPropertyBodyPartContentTypes() : mixed
Return values
mixed

testPropertyCc()

Test attribute "cc"

public testPropertyCc() : mixed
Return values
mixed

testPropertyCharset()

Test attribute "charset"

public testPropertyCharset() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyDomainId()

Test attribute "domain_id"

public testPropertyDomainId() : mixed
Return values
mixed

testPropertyFrom()

Test attribute "from"

public testPropertyFrom() : mixed
Return values
mixed

testPropertyHeaders()

Test attribute "headers"

public testPropertyHeaders() : mixed
Return values
mixed

testPropertyHeadersMap()

Test attribute "headers_map"

public testPropertyHeadersMap() : mixed
Return values
mixed

testPropertyHtml()

Test attribute "html"

public testPropertyHtml() : 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

testPropertyIsHtml()

Test attribute "is_html"

public testPropertyIsHtml() : mixed
Return values
mixed

testPropertyIsXAmpHtml()

Test attribute "is_x_amp_html"

public testPropertyIsXAmpHtml() : mixed
Return values
mixed

testPropertyRead()

Test attribute "read"

public testPropertyRead() : mixed
Return values
mixed

testPropertyRecipients()

Test attribute "recipients"

public testPropertyRecipients() : mixed
Return values
mixed

testPropertyReplyTo()

Test attribute "reply_to"

public testPropertyReplyTo() : mixed
Return values
mixed

testPropertySender()

Test attribute "sender"

public testPropertySender() : mixed
Return values
mixed

testPropertySubject()

Test attribute "subject"

public testPropertySubject() : mixed
Return values
mixed

testPropertyTeamAccess()

Test attribute "team_access"

public testPropertyTeamAccess() : mixed
Return values
mixed

testPropertyTextExcerpt()

Test attribute "text_excerpt"

public testPropertyTextExcerpt() : 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
Return values
mixed

testPropertyXampHtml()

Test attribute "xamp_html"

public testPropertyXampHtml() : mixed
Return values
mixed

Search results