Class ConnectorParameterTest
java.lang.Object
test.de.iip_ecosphere.platform.connectors.ConnectorParameterTest
Tests
ConnectorParameter and the related builder. Data is irrelevant/fake as we test the implementation
holding that data.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests creating connector parameters with custom settings.voidTests creating connector parameters with default settings.voidTests the TLS setup.
-
Constructor Details
-
ConnectorParameterTest
public ConnectorParameterTest()
-
-
Method Details
-
testDefaultConnectorParameter
public void testDefaultConnectorParameter()Tests creating connector parameters with default settings. -
testTransportTlsParameter
public void testTransportTlsParameter()Tests the TLS setup. -
testCustomConnectorParameter
public void testCustomConnectorParameter()Tests creating connector parameters with custom settings.
-