Documentation

InboxReplierDtoTest extends TestCase
in package

InboxReplierDtoTest Class Doc Comment

Tags
category

Class

description

Inbox replier. Will automatically reply to inbound emails that match given field for an inbox.

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
testInboxReplierDto()  : mixed
Test "InboxReplierDto"
testPropertyCharset()  : mixed
Test attribute "charset"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyField()  : mixed
Test attribute "field"
testPropertyFrom()  : mixed
Test attribute "from"
testPropertyId()  : mixed
Test attribute "id"
testPropertyIgnoreReplyTo()  : mixed
Test attribute "ignore_reply_to"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyIsHtml()  : mixed
Test attribute "is_html"
testPropertyMatch()  : mixed
Test attribute "match"
testPropertyName()  : mixed
Test attribute "name"
testPropertyReplyTo()  : mixed
Test attribute "reply_to"
testPropertySubject()  : mixed
Test attribute "subject"
testPropertyTemplateId()  : mixed
Test attribute "template_id"
testPropertyTemplateVariables()  : mixed
Test attribute "template_variables"

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

testInboxReplierDto()

Test "InboxReplierDto"

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

testPropertyField()

Test attribute "field"

public testPropertyField() : mixed
Return values
mixed

testPropertyFrom()

Test attribute "from"

public testPropertyFrom() : mixed
Return values
mixed

testPropertyId()

Test attribute "id"

public testPropertyId() : mixed
Return values
mixed

testPropertyIgnoreReplyTo()

Test attribute "ignore_reply_to"

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

testPropertyMatch()

Test attribute "match"

public testPropertyMatch() : mixed
Return values
mixed

testPropertyName()

Test attribute "name"

public testPropertyName() : mixed
Return values
mixed

testPropertyReplyTo()

Test attribute "reply_to"

public testPropertyReplyTo() : mixed
Return values
mixed

testPropertySubject()

Test attribute "subject"

public testPropertySubject() : mixed
Return values
mixed

testPropertyTemplateId()

Test attribute "template_id"

public testPropertyTemplateId() : mixed
Return values
mixed

testPropertyTemplateVariables()

Test attribute "template_variables"

public testPropertyTemplateVariables() : mixed
Return values
mixed

Search results