Documentation

BounceControllerApiTest extends TestCase
in package

BounceControllerApiTest Class Doc Comment

Tags
category

Class

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 cases
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testFilterBouncedRecipient()  : mixed
Test case for filterBouncedRecipient
testGetBouncedEmail()  : mixed
Test case for getBouncedEmail
testGetBouncedEmails()  : mixed
Test case for getBouncedEmails
testGetBouncedRecipient()  : mixed
Test case for getBouncedRecipient
testGetBouncedRecipients()  : mixed
Test case for getBouncedRecipients
testGetComplaints()  : mixed
Test case for getComplaints
testGetListUnsubscribeRecipients()  : mixed
Test case for getListUnsubscribeRecipients

Methods

setUpBeforeClass()

Setup before running any test cases

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testFilterBouncedRecipient()

Test case for filterBouncedRecipient

public testFilterBouncedRecipient() : mixed

Filter a list of email recipients and remove those who have bounced.

Return values
mixed

testGetBouncedEmail()

Test case for getBouncedEmail

public testGetBouncedEmail() : mixed

Get a bounced email..

Return values
mixed

testGetBouncedEmails()

Test case for getBouncedEmails

public testGetBouncedEmails() : mixed

Get paginated list of bounced emails..

Return values
mixed

testGetBouncedRecipient()

Test case for getBouncedRecipient

public testGetBouncedRecipient() : mixed

Get a bounced email..

Return values
mixed

testGetBouncedRecipients()

Test case for getBouncedRecipients

public testGetBouncedRecipients() : mixed

Get paginated list of bounced recipients..

Return values
mixed

testGetComplaints()

Test case for getComplaints

public testGetComplaints() : mixed

Get paginated list of complaints..

Return values
mixed

testGetListUnsubscribeRecipients()

Test case for getListUnsubscribeRecipients

public testGetListUnsubscribeRecipients() : mixed

Get paginated list of unsubscribed recipients..

Return values
mixed

Search results