Class SyncApiOpTests

    • Constructor Detail

      • SyncApiOpTests

        public SyncApiOpTests()
    • Method Detail

      • testSyncWithoutAttrsToGet

        @ParameterizedTest
        @MethodSource("objectClasses")
        public void testSyncWithoutAttrsToGet​(ObjectClass objectClass)
        Test Sync without attrsToGet.
      • canSyncAfterOp

        protected static boolean canSyncAfterOp​(Class<? extends APIOperation> operation)
        Returns true if tests are configured to test connector's sync after specified operation. Some connectors implement sync but are not capable to sync all changes' types.