ConnectorControllerApiTest
extends TestCase
in package
ConnectorControllerApiTest Class Doc Comment
Tags
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
- testDeleteAllConnector() : mixed
- Test case for deleteAllConnector
- testDeleteConnector() : mixed
- Test case for deleteConnector
- testDeleteConnectorImapConnection() : mixed
- Test case for deleteConnectorImapConnection
- testDeleteConnectorSmtpConnection() : mixed
- Test case for deleteConnectorSmtpConnection
- testGetAllConnectorSyncEvents() : mixed
- Test case for getAllConnectorSyncEvents
- testGetConnector() : mixed
- Test case for getConnector
- testGetConnectors() : mixed
- Test case for getConnectors
- testGetConnectorSyncEvent() : mixed
- Test case for getConnectorSyncEvent
- testGetConnectorSyncEvents() : mixed
- Test case for getConnectorSyncEvents
- testSyncConnector() : mixed
- Test case for syncConnector
- testUpdateConnector() : mixed
- Test case for updateConnector
Methods
setUp()
Setup before running each test case
public
setUp() : void
Return values
void —setUpBeforeClass()
Setup before running any test cases
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 —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 —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 —testGetAllConnectorSyncEvents()
Test case for getAllConnectorSyncEvents
public
testGetAllConnectorSyncEvents() : mixed
Get all inbox connector sync events.
Return values
mixed —testGetConnector()
Test case for getConnector
public
testGetConnector() : mixed
Get an inbox connector.
Return values
mixed —testGetConnectors()
Test case for getConnectors
public
testGetConnectors() : mixed
Get inbox connectors.
Return values
mixed —testGetConnectorSyncEvent()
Test case for getConnectorSyncEvent
public
testGetConnectorSyncEvent() : mixed
Get an inbox connector sync event.
Return values
mixed —testGetConnectorSyncEvents()
Test case for getConnectorSyncEvents
public
testGetConnectorSyncEvents() : mixed
Get an inbox connector sync events.
Return values
mixed —testSyncConnector()
Test case for syncConnector
public
testSyncConnector() : mixed
Sync an inbox connector.
Return values
mixed —testUpdateConnector()
Test case for updateConnector
public
testUpdateConnector() : mixed
Update an inbox connector.