Class ConfigurationTests
java.lang.Object
org.identityconnectors.contract.test.ConfigurationTests
Tests for
Configuration of the Connector Under Test- Author:
- Tomas Knappek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Free up the resourcesvoidinit()Initialize the unit testvoidUnit test for checking if theConfigurationproperty type is supported
-
Constructor Details
-
ConfigurationTests
public ConfigurationTests()
-
-
Method Details
-
init
@BeforeEach public void init()Initialize the unit test -
dispose
@AfterEach public void dispose()Free up the resources -
testPropertiesType
@Test public void testPropertiesType()Unit test for checking if theConfigurationproperty type is supported
-