Newer Version Available
ConnectorTestUtil Class
Enables developers to write Apex test classes for
connectors used by the connected app
provisioning solution. This class simulates provisioning for the associated
app.
Namespace
Usage
Use this class for connector-based test accelerators. You can invoke it only from within an Apex test.
ConnectorTestUtil Method
The ConnectorTestUtil class has 1 method.
createConnectedApp(connectedAppName)
Signature
public static ConnectedApplication createConnectedApp(String connectedAppName)
Parameters
- connectedAppName
- Type: String
- Name of the connected app to test for provisioning.
Return Value
Type: ConnectedApplication
The instance of the connected app to test for provisioning.