Class ConfigurationTests
java.lang.Object
org.identityconnectors.contract.test.ConfigurationTests
Tests for
Configuration
of the Connector Under Test- Author:
- Tomas Knappek
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Free up the resourcesvoid
init()
Initialize the unit testvoid
Unit test for checking if theConfiguration
property 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 theConfiguration
property type is supported
-