Class TlsAasConnectorTest

  • All Implemented Interfaces:
    test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer, test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer

    public class TlsAasConnectorTest
    extends AasConnectorTest
    Tests the connector via TLS.
    Author:
    Holger Eichelberger, SSE
    • Constructor Detail

      • TlsAasConnectorTest

        public TlsAasConnectorTest()
    • Method Detail

      • init

        public static void init()
                         throws java.net.SocketException,
                                java.net.UnknownHostException
        Sets the test up by starting an embedded OPC UA server.
        Throws:
        java.net.SocketException - if the port to be used for the AAS is occupied
        java.net.UnknownHostException - shall not occur
      • shutdown

        public static void shutdown()
        Shuts down the test server.