Class DeleteApiOpTests
java.lang.Object
org.identityconnectors.contract.test.ContractTestBase
org.identityconnectors.contract.test.ObjectClassRunner
org.identityconnectors.contract.test.DeleteApiOpTests
Contract test of
DeleteApiOp
-
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
.Gets Test namevoid
testDeleteThrowUnknownUid
(ObjectClass objectClass) Tests that delete throwsUnknownUidException
when object is deleted for the second time.protected void
testRun
(ObjectClass objectClass) This method will be called configured number of timesMethods inherited from class org.identityconnectors.contract.test.ObjectClassRunner
getObjectClassInfo, getOperationOptionsByOp, getSchema, isObjectClassSupported, objectClasses, testContract
Methods inherited from class org.identityconnectors.contract.test.ContractTestBase
dispose, getConnectorFacade, getDataProvider, init
-
Field Details
-
TEST_NAME
- See Also:
-
-
Constructor Details
-
DeleteApiOpTests
public DeleteApiOpTests()
-
-
Method Details
-
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
-
testRun
This method will be called configured number of times- Specified by:
testRun
in classObjectClassRunner
-
testDeleteThrowUnknownUid
@ParameterizedTest @MethodSource("objectClasses") public void testDeleteThrowUnknownUid(ObjectClass objectClass) Tests that delete throwsUnknownUidException
when object is deleted for the second time. -
getTestName
Gets Test name- Specified by:
getTestName
in classObjectClassRunner
- Returns:
- Test Name
-