Class ValidateApiOpTests
java.lang.Object
org.identityconnectors.contract.test.ContractTestBase
org.identityconnectors.contract.test.ValidateApiOpTests
Contract test of
ValidateApiOp
operation.
Positive test for validate() is performed every time connector facade is created.-
Field Summary
Fields inherited from class org.identityconnectors.contract.test.ContractTestBase
_connFacade, LOG_SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet
<Class<? extends APIOperation>> Ask the subclasses for theAPIOperation
.void
Tests validate() with configuration that should NOT be correct.Methods inherited from class org.identityconnectors.contract.test.ContractTestBase
dispose, getConnectorFacade, getDataProvider, getOperationOptionsByOp, init
-
Constructor Details
-
ValidateApiOpTests
public ValidateApiOpTests()
-
-
Method Details
-
testValidateFail
@Test public void testValidateFail()Tests validate() with configuration that should NOT be correct. -
getAPIOperations
Ask the subclasses for theAPIOperation
. Method returns set of required API operations that are prerequisites for running certain contract test.- Specified by:
getAPIOperations
in classContractTestBase
-