public class DeleteApiOpTests extends ObjectClassRunner
DeleteApiOp_connFacade| Constructor and Description |
|---|
DeleteApiOpTests(ObjectClass oclass) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends APIOperation>> |
getAPIOperations()
Ask the subclasses for the
APIOperation. |
String |
getTestName()
Gets Test name
|
void |
testDeleteThrowUnknownUid()
Tests that delete throws
UnknownUidException when object is deleted for the second time. |
void |
testRun()
This method will be called configured number of times
|
data, dispose, getObjectClass, getObjectClassInfo, getOperationOptionsByOp, getSchema, getSupportedObjectClass, init, isObjectClassSupported, testContractgetConnectorFacade, getDataProviderpublic DeleteApiOpTests(ObjectClass oclass)
public Set<Class<? extends APIOperation>> getAPIOperations()
APIOperation.
Method returns set of required API operations that are prerequisites for
running certain contract test.getAPIOperations in class ContractTestBasepublic void testRun()
testRun in class ObjectClassRunnerpublic void testDeleteThrowUnknownUid()
UnknownUidException when object is deleted for the second time.public String getTestName()
getTestName in class ObjectClassRunnerCopyright © 2013. All Rights Reserved.