|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.identityconnectors.contract.test.ContractTestBase
org.identityconnectors.contract.test.ObjectClassRunner
org.identityconnectors.contract.test.CreateApiOpTests
public class CreateApiOpTests
Contract test of CreateApiOp operation.
| Field Summary |
|---|
| Fields inherited from class org.identityconnectors.contract.test.ContractTestBase |
|---|
_connFacade |
| Constructor Summary | |
|---|---|
CreateApiOpTests(ObjectClass oclass)
|
|
| Method Summary | |
|---|---|
Set<Class<? extends APIOperation>> |
getAPIOperations()
Ask the subclasses for the APIOperation. |
String |
getTestName()
Gets Test name |
void |
testCreateFailUnsupportedAttribute()
Tests create method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName |
void |
testCreateWithSameAttributes()
Tests create twice with the same attributes. |
void |
testRun()
This method will be called configured number of times |
| Methods inherited from class org.identityconnectors.contract.test.ObjectClassRunner |
|---|
data, dispose, getObjectClass, getObjectClassInfo, getOperationOptionsByOp, getSchema, getSupportedObjectClass, init, isObjectClassSupported, testContract |
| Methods inherited from class org.identityconnectors.contract.test.ContractTestBase |
|---|
getConnectorFacade, getDataProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateApiOpTests(ObjectClass oclass)
| Method Detail |
|---|
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 testCreateFailUnsupportedAttribute()
testsuite.Create.unsupportedAttributeName
public void testCreateWithSameAttributes()
public String getTestName()
getTestName in class ObjectClassRunner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||