org.identityconnectors.contract.test
Class ValidateApiOpTests

java.lang.Object
  extended by org.identityconnectors.contract.test.ContractTestBase
      extended by org.identityconnectors.contract.test.ValidateApiOpTests

public class ValidateApiOpTests
extends ContractTestBase

Contract test of ValidateApiOp operation. Positive test for validate() is performed every time connector facade is created.


Field Summary
 
Fields inherited from class org.identityconnectors.contract.test.ContractTestBase
_connFacade
 
Constructor Summary
ValidateApiOpTests()
           
 
Method Summary
 Set<Class<? extends APIOperation>> getAPIOperations()
          Ask the subclasses for the APIOperation.
 void testValidateFail()
          Tests validate() with configuration that should NOT be correct.
 
Methods inherited from class org.identityconnectors.contract.test.ContractTestBase
dispose, getConnectorFacade, getDataProvider, getOperationOptionsByOp, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateApiOpTests

public ValidateApiOpTests()
Method Detail

testValidateFail

public void testValidateFail()
Tests validate() with configuration that should NOT be correct.


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


Copyright © 2012. All Rights Reserved.