Documentation

BouncedEmailDtoTest extends TestCase
in package

BouncedEmailDtoTest Class Doc Comment

Tags
category

Class

description

Bounced email

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
testBouncedEmailDto()  : mixed
Test "BouncedEmailDto"
testPropertyBounceMta()  : mixed
Test attribute "bounce_mta"
testPropertyBounceRecipients()  : mixed
Test attribute "bounce_recipients"
testPropertyBounceSubType()  : mixed
Test attribute "bounce_sub_type"
testPropertyBounceType()  : mixed
Test attribute "bounce_type"
testPropertyCreatedAt()  : mixed
Test attribute "created_at"
testPropertyId()  : mixed
Test attribute "id"
testPropertyNotificationType()  : mixed
Test attribute "notification_type"
testPropertySender()  : mixed
Test attribute "sender"
testPropertySentEmailId()  : mixed
Test attribute "sent_email_id"
testPropertySentToRecipients()  : mixed
Test attribute "sent_to_recipients"
testPropertySubject()  : mixed
Test attribute "subject"
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

testBouncedEmailDto()

Test "BouncedEmailDto"

public testBouncedEmailDto() : mixed
Return values
mixed

testPropertyBounceMta()

Test attribute "bounce_mta"

public testPropertyBounceMta() : mixed
Return values
mixed

testPropertyBounceRecipients()

Test attribute "bounce_recipients"

public testPropertyBounceRecipients() : mixed
Return values
mixed

testPropertyBounceSubType()

Test attribute "bounce_sub_type"

public testPropertyBounceSubType() : mixed
Return values
mixed

testPropertyBounceType()

Test attribute "bounce_type"

public testPropertyBounceType() : mixed
Return values
mixed

testPropertyCreatedAt()

Test attribute "created_at"

public testPropertyCreatedAt() : mixed
Return values
mixed

testPropertyId()

Test attribute "id"

public testPropertyId() : mixed
Return values
mixed

testPropertyNotificationType()

Test attribute "notification_type"

public testPropertyNotificationType() : mixed
Return values
mixed

testPropertySender()

Test attribute "sender"

public testPropertySender() : mixed
Return values
mixed

testPropertySentEmailId()

Test attribute "sent_email_id"

public testPropertySentEmailId() : mixed
Return values
mixed

testPropertySentToRecipients()

Test attribute "sent_to_recipients"

public testPropertySentToRecipients() : mixed
Return values
mixed

testPropertySubject()

Test attribute "subject"

public testPropertySubject() : mixed
Return values
mixed

testPropertyUserId()

Test attribute "user_id"

public testPropertyUserId() : mixed
Return values
mixed

Search results