LDAP Operations

Inside of an individual test, you will be performing some task that involves LDAP operations and then verifying the outcome. In some cases, you will need to prepare your mock LDAPObject to return specific results for a given API call.

LDAPObject

Every LDAP method on LDAPObject is actually an instance of RecordedMethod, which allows you to set return values in advance for different sets of arguments.