Documentation

InboxReplierControllerApiTest extends TestCase
in package

InboxReplierControllerApiTest 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
testCreateNewInboxReplier()  : mixed
Test case for createNewInboxReplier
testDeleteInboxReplier()  : mixed
Test case for deleteInboxReplier
testDeleteInboxRepliers()  : mixed
Test case for deleteInboxRepliers
testGetInboxReplier()  : mixed
Test case for getInboxReplier
testGetInboxReplierEvents()  : mixed
Test case for getInboxReplierEvents
testGetInboxRepliers()  : mixed
Test case for getInboxRepliers
testUpdateInboxReplier()  : mixed
Test case for updateInboxReplier

Methods

testCreateNewInboxReplier()

Test case for createNewInboxReplier

public testCreateNewInboxReplier() : mixed

Create an inbox replier.

Return values
mixed

testDeleteInboxReplier()

Test case for deleteInboxReplier

public testDeleteInboxReplier() : mixed

Delete an inbox replier.

Return values
mixed

testDeleteInboxRepliers()

Test case for deleteInboxRepliers

public testDeleteInboxRepliers() : mixed

Delete inbox repliers.

Return values
mixed

testGetInboxReplier()

Test case for getInboxReplier

public testGetInboxReplier() : mixed

Get an inbox replier.

Return values
mixed

testGetInboxReplierEvents()

Test case for getInboxReplierEvents

public testGetInboxReplierEvents() : mixed

Get an inbox replier event list.

Return values
mixed

testGetInboxRepliers()

Test case for getInboxRepliers

public testGetInboxRepliers() : mixed

List inbox repliers.

Return values
mixed

testUpdateInboxReplier()

Test case for updateInboxReplier

public testUpdateInboxReplier() : mixed

Update an inbox replier.

Return values
mixed

Search results