Uses of Class
test.de.iip_ecosphere.platform.connectors.opcuav1.ServerSetup
-
Packages that use ServerSetup Package Description test.de.iip_ecosphere.platform.connectors.opcuav1 The tests for the OPC UA connectors extension. -
-
Uses of ServerSetup in test.de.iip_ecosphere.platform.connectors.opcuav1
Subclasses of ServerSetup in test.de.iip_ecosphere.platform.connectors.opcuav1 Modifier and Type Class Description classNoSecuritySetupDescribes a non-secure setup for testing purposes.classSecureSetupDescribes a secure setup.Fields in test.de.iip_ecosphere.platform.connectors.opcuav1 declared as ServerSetup Modifier and Type Field Description private static ServerSetupAbstractOpcUaConnectorTest. setupprivate ServerSetupTestServer. setupMethods in test.de.iip_ecosphere.platform.connectors.opcuav1 that return ServerSetup Modifier and Type Method Description protected static ServerSetupAbstractOpcUaConnectorTest. getSetup()Returns the setup instance.Methods in test.de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type ServerSetup Modifier and Type Method Description protected static voidAbstractOpcUaConnectorTest. setSetup(ServerSetup instance)Defines the setup instance.Constructors in test.de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type ServerSetup Constructor Description TestServer(NamespaceCreator namespaceCreator, ServerSetup setup)Creates a test server.
-