Class ValidateApiOpTests
- java.lang.Object
-
- org.identityconnectors.contract.test.ContractTestBase
-
- org.identityconnectors.contract.test.ValidateApiOpTests
-
public class ValidateApiOpTests extends ContractTestBase
Contract test ofValidateApiOp
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
Constructors Constructor Description ValidateApiOpTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<? extends APIOperation>>
getAPIOperations()
Ask the subclasses for theAPIOperation
.void
testValidateFail()
Tests validate() with configuration that should NOT be correct.-
Methods inherited from class org.identityconnectors.contract.test.ContractTestBase
dispose, getConnectorFacade, getDataProvider, getOperationOptionsByOp, init
-
-
-
-
Method Detail
-
testValidateFail
@Test public void testValidateFail()
Tests validate() with configuration that should NOT be correct.
-
getAPIOperations
public Set<Class<? extends APIOperation>> 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
-
-