org.identityconnectors.test.common package offers a set
of utility classes and methods useful to connector tests.See: Description
| Class | Description |
|---|---|
| PropertyBag |
Encapsulates a read-only bag of properties, which can be accessed
in a type-safe manner.
|
| TestHelpers |
Bag of utility methods useful to connector tests.
|
| ToListResultsHandler |
A
ResultsHandler which stores all connector objects into
a list retrievable with ToListResultsHandler.getObjects(). |
The org.identityconnectors.test.common package offers a set
of utility classes and methods useful to connector tests.