Class ConfigurationTests
- java.lang.Object
-
- org.identityconnectors.contract.test.ConfigurationTests
-
public final class ConfigurationTests extends Object
Tests forConfiguration
of the Connector Under Test- Author:
- Tomas Knappek
-
-
Constructor Summary
Constructors Constructor Description ConfigurationTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Free up the resourcesvoid
init()
Initialize the unit testvoid
testPropertiesType()
Unit test for checking if theConfiguration
property type is supported
-
-
-
Method Detail
-
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
-
-