org.identityconnectors.contract.test
Class DeleteApiOpTests
java.lang.Object
org.identityconnectors.contract.test.ContractTestBase
org.identityconnectors.contract.test.ObjectClassRunner
org.identityconnectors.contract.test.DeleteApiOpTests
public class DeleteApiOpTests
- extends ObjectClassRunner
Contract test of DeleteApiOp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteApiOpTests
public DeleteApiOpTests(ObjectClass oclass)
getAPIOperations
public Set<Class<? extends APIOperation>> getAPIOperations()
- Ask the subclasses for the
APIOperation.
Method returns set of required API operations that are prerequisites for
running certain contract test.
- Specified by:
getAPIOperations in class ContractTestBase
testRun
public void testRun()
- This method will be called configured number of times
- Specified by:
testRun in class ObjectClassRunner
testDeleteThrowUnknownUid
public void testDeleteThrowUnknownUid()
- Tests that delete throws
UnknownUidException when object is deleted for the second time.
getTestName
public String getTestName()
- Gets Test name
- Specified by:
getTestName in class ObjectClassRunner
- Returns:
- Test Name
Copyright © 2011. All Rights Reserved.