Uses of Class
test.de.iip_ecosphere.platform.connectors.opcuav1.ServerSetup
Packages that use ServerSetup
Package
Description
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.opcuav1Modifier and TypeClassDescriptionclassDescribes a non-secure setup for testing purposes.classDescribes a secure setup.Fields in test.de.iip_ecosphere.platform.connectors.opcuav1 declared as ServerSetupModifier and TypeFieldDescriptionprivate static ServerSetupAbstractOpcUaConnectorTest.setupprivate final ServerSetupTestServer.setupMethods in test.de.iip_ecosphere.platform.connectors.opcuav1 that return ServerSetupModifier and TypeMethodDescriptionprotected static ServerSetupAbstractOpcUaConnectorTest.getSetup()Returns the setup instance.Methods in test.de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type ServerSetupModifier and TypeMethodDescriptionprotected static voidAbstractOpcUaConnectorTest.setSetup(ServerSetup instance) Defines the setup instance.Constructors in test.de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type ServerSetupModifierConstructorDescriptionTestServer(NamespaceCreator namespaceCreator, ServerSetup setup) Creates a test server.