|
||||||||||
| 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.SyncApiOpTests
public class SyncApiOpTests
Contract test of SyncApiOp
| Field Summary | |
|---|---|
static String |
MODIFIED
|
| Fields inherited from class org.identityconnectors.contract.test.ContractTestBase |
|---|
_connFacade |
| Constructor Summary | |
|---|---|
SyncApiOpTests(ObjectClass oclass)
|
|
| Method Summary | |
|---|---|
protected static boolean |
canSyncAfterOp(Class<? extends APIOperation> operation)
Returns true if tests are configured to test connector's sync after specified operation. |
Set<Class<? extends APIOperation>> |
getAPIOperations()
Ask the subclasses for the APIOperation. |
String |
getTestName()
Gets Test name |
void |
testLatestSyncToken()
Tests that SyncApiOp#getLatestSyncToken() returns really the latest sync token which is available. |
void |
testRun()
This method will be called configured number of times |
void |
testSyncWithoutAttrsToGet()
Test Sync without attrsToGet. |
| 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 |
| Field Detail |
|---|
public static final String MODIFIED
| Constructor Detail |
|---|
public SyncApiOpTests(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 testSyncWithoutAttrsToGet()
public void testLatestSyncToken()
SyncApiOp#getLatestSyncToken() returns really the latest sync token which is available.
public String getTestName()
getTestName in class ObjectClassRunnerprotected static boolean canSyncAfterOp(Class<? extends APIOperation> operation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||