Uses of Interface
test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest.ConnectorParameterConfigurer
-
Uses of AbstractSerializingConnectorTest.ConnectorParameterConfigurer in test.de.iip_ecosphere.platform.connectors
Methods in test.de.iip_ecosphere.platform.connectors that return AbstractSerializingConnectorTest.ConnectorParameterConfigurerModifier and TypeMethodDescriptionprotected abstract AbstractSerializingConnectorTest.ConnectorParameterConfigurerAbstractSerializingConnectorTest.getConfigurer(boolean withTls) Returns the test configurer.Methods in test.de.iip_ecosphere.platform.connectors with parameters of type AbstractSerializingConnectorTest.ConnectorParameterConfigurerModifier and TypeMethodDescriptionprotected de.iip_ecosphere.platform.connectors.ConnectorParameterAbstractSerializingConnectorTest.createConnectorParameter(de.iip_ecosphere.platform.support.ServerAddress addr, AbstractSerializingConnectorTest.ConnectorParameterConfigurer configurer) Creates the coonnector parameter instance.protected voidAbstractSerializingConnectorTest.doTest(de.iip_ecosphere.platform.support.ServerAddress addr, AbstractSerializingConnectorTest.ConnectorParameterConfigurer configurer) Implements a MQTT connector test.protected voidAbstractSerializingConnectorTest.doTestMultiChannel(de.iip_ecosphere.platform.support.ServerAddress addr, AbstractSerializingConnectorTest.ConnectorParameterConfigurer configurer) Does a multi-channel test.private voidAbstractSerializingConnectorTest.testEnc(de.iip_ecosphere.platform.connectors.Connector<?, ?, ?, ?> connector, AbstractSerializingConnectorTest.ConnectorParameterConfigurer configurer, boolean connected) Tests encryption statements ofconnector, i.e.,Connector.supportedEncryption()andConnector.enabledEncryption().