Package | Description |
---|---|
org.identityconnectors.dbcommon |
This is a generic bundle that contains many of the utilities needed for any
sort of database connector, such as query builders, connection wrappers, and
other SQL utilities.
|
Modifier and Type | Method and Description |
---|---|
ExpectProxy<T> |
ExpectProxy.expect(String methodName)
Program the expected method call.
|
ExpectProxy<T> |
ExpectProxy.expectAndReturn(String methodName,
Object retVal)
Program the expected function call.
|
ExpectProxy<T> |
ExpectProxy.expectAndThrow(String methodName,
Throwable throwEx)
Program the expected method call.
|
Copyright © 2018–2025. All rights reserved.