Documentation

ConnectorControllerApiTest extends TestCase
in package

ConnectorControllerApiTest 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
testCreateConnector()  : mixed
Test case for createConnector
testCreateConnectorImapConnection()  : mixed
Test case for createConnectorImapConnection
testCreateConnectorSmtpConnection()  : mixed
Test case for createConnectorSmtpConnection
testCreateConnectorSyncSettings()  : mixed
Test case for createConnectorSyncSettings
testCreateConnectorWithOptions()  : mixed
Test case for createConnectorWithOptions
testDeleteAllConnector()  : mixed
Test case for deleteAllConnector
testDeleteConnector()  : mixed
Test case for deleteConnector
testDeleteConnectorImapConnection()  : mixed
Test case for deleteConnectorImapConnection
testDeleteConnectorSmtpConnection()  : mixed
Test case for deleteConnectorSmtpConnection
testDeleteConnectorSyncSettings()  : mixed
Test case for deleteConnectorSyncSettings
testGetAllConnectorEvents()  : mixed
Test case for getAllConnectorEvents
testGetConnector()  : mixed
Test case for getConnector
testGetConnectorByEmailAddress()  : mixed
Test case for getConnectorByEmailAddress
testGetConnectorByInboxId()  : mixed
Test case for getConnectorByInboxId
testGetConnectorByName()  : mixed
Test case for getConnectorByName
testGetConnectorEvent()  : mixed
Test case for getConnectorEvent
testGetConnectorEvents()  : mixed
Test case for getConnectorEvents
testGetConnectorImapConnection()  : mixed
Test case for getConnectorImapConnection
testGetConnectorProviderSettings()  : mixed
Test case for getConnectorProviderSettings
testGetConnectors()  : mixed
Test case for getConnectors
testGetConnectorSmtpConnection()  : mixed
Test case for getConnectorSmtpConnection
testGetConnectorSyncSettings()  : mixed
Test case for getConnectorSyncSettings
testSendEmailFromConnector()  : mixed
Test case for sendEmailFromConnector
testSyncConnector()  : mixed
Test case for syncConnector
testTestConnectorImapConnection()  : mixed
Test case for testConnectorImapConnection
testTestConnectorImapConnectionOptions()  : mixed
Test case for testConnectorImapConnectionOptions
testTestConnectorSmtpConnection()  : mixed
Test case for testConnectorSmtpConnection
testTestConnectorSmtpConnectionOptions()  : mixed
Test case for testConnectorSmtpConnectionOptions
testUpdateConnector()  : mixed
Test case for updateConnector
testUpdateConnectorImapConnection()  : mixed
Test case for updateConnectorImapConnection
testUpdateConnectorSmtpConnection()  : mixed
Test case for updateConnectorSmtpConnection

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

testCreateConnector()

Test case for createConnector

public testCreateConnector() : mixed

Create an inbox connector.

Return values
mixed

testCreateConnectorImapConnection()

Test case for createConnectorImapConnection

public testCreateConnectorImapConnection() : mixed

Create an inbox connector IMAP connection.

Return values
mixed

testCreateConnectorSmtpConnection()

Test case for createConnectorSmtpConnection

public testCreateConnectorSmtpConnection() : mixed

Create an inbox connector SMTP connection.

Return values
mixed

testCreateConnectorSyncSettings()

Test case for createConnectorSyncSettings

public testCreateConnectorSyncSettings() : mixed

Create an inbox connector sync settings.

Return values
mixed

testCreateConnectorWithOptions()

Test case for createConnectorWithOptions

public testCreateConnectorWithOptions() : mixed

Create an inbox connector with options.

Return values
mixed

testDeleteAllConnector()

Test case for deleteAllConnector

public testDeleteAllConnector() : mixed

Delete all inbox connectors.

Return values
mixed

testDeleteConnector()

Test case for deleteConnector

public testDeleteConnector() : mixed

Delete an inbox connector.

Return values
mixed

testDeleteConnectorImapConnection()

Test case for deleteConnectorImapConnection

public testDeleteConnectorImapConnection() : mixed

Delete an inbox connector IMAP connection.

Return values
mixed

testDeleteConnectorSmtpConnection()

Test case for deleteConnectorSmtpConnection

public testDeleteConnectorSmtpConnection() : mixed

Delete an inbox connector SMTP connection.

Return values
mixed

testDeleteConnectorSyncSettings()

Test case for deleteConnectorSyncSettings

public testDeleteConnectorSyncSettings() : mixed

Create an inbox connector sync settings.

Return values
mixed

testGetAllConnectorEvents()

Test case for getAllConnectorEvents

public testGetAllConnectorEvents() : mixed

Get all inbox connector events.

Return values
mixed

testGetConnector()

Test case for getConnector

public testGetConnector() : mixed

Get an inbox connector.

Return values
mixed

testGetConnectorByEmailAddress()

Test case for getConnectorByEmailAddress

public testGetConnectorByEmailAddress() : mixed

Get connector by email address.

Return values
mixed

testGetConnectorByInboxId()

Test case for getConnectorByInboxId

public testGetConnectorByInboxId() : mixed

Get connector by inbox ID.

Return values
mixed

testGetConnectorByName()

Test case for getConnectorByName

public testGetConnectorByName() : mixed

Get connector by name.

Return values
mixed

testGetConnectorEvent()

Test case for getConnectorEvent

public testGetConnectorEvent() : mixed

Get an inbox connector event.

Return values
mixed

testGetConnectorEvents()

Test case for getConnectorEvents

public testGetConnectorEvents() : mixed

Get an inbox connector events.

Return values
mixed

testGetConnectorImapConnection()

Test case for getConnectorImapConnection

public testGetConnectorImapConnection() : mixed

Get an inbox connector IMAP connection.

Return values
mixed

testGetConnectorProviderSettings()

Test case for getConnectorProviderSettings

public testGetConnectorProviderSettings() : mixed

Get SMTP and IMAP connection settings for common mail providers.

Return values
mixed

testGetConnectors()

Test case for getConnectors

public testGetConnectors() : mixed

Get inbox connectors.

Return values
mixed

testGetConnectorSmtpConnection()

Test case for getConnectorSmtpConnection

public testGetConnectorSmtpConnection() : mixed

Get an inbox connector SMTP connection.

Return values
mixed

testGetConnectorSyncSettings()

Test case for getConnectorSyncSettings

public testGetConnectorSyncSettings() : mixed

Get an inbox connector sync settings.

Return values
mixed

testSendEmailFromConnector()

Test case for sendEmailFromConnector

public testSendEmailFromConnector() : mixed

Send from an inbox connector.

Return values
mixed

testSyncConnector()

Test case for syncConnector

public testSyncConnector() : mixed

Sync an inbox connector.

Return values
mixed

testTestConnectorImapConnection()

Test case for testConnectorImapConnection

public testTestConnectorImapConnection() : mixed

Test an inbox connector IMAP connection.

Return values
mixed

testTestConnectorImapConnectionOptions()

Test case for testConnectorImapConnectionOptions

public testTestConnectorImapConnectionOptions() : mixed

Test an inbox connector IMAP connection options.

Return values
mixed

testTestConnectorSmtpConnection()

Test case for testConnectorSmtpConnection

public testTestConnectorSmtpConnection() : mixed

Test an inbox connector SMTP connection.

Return values
mixed

testTestConnectorSmtpConnectionOptions()

Test case for testConnectorSmtpConnectionOptions

public testTestConnectorSmtpConnectionOptions() : mixed

Test an inbox connector SMTP connection options.

Return values
mixed

testUpdateConnector()

Test case for updateConnector

public testUpdateConnector() : mixed

Update an inbox connector.

Return values
mixed

testUpdateConnectorImapConnection()

Test case for updateConnectorImapConnection

public testUpdateConnectorImapConnection() : mixed

Update an inbox connector IMAP connection.

Return values
mixed

testUpdateConnectorSmtpConnection()

Test case for updateConnectorSmtpConnection

public testUpdateConnectorSmtpConnection() : mixed

Update an inbox connector SMTP connection.

Return values
mixed

Search results