Class TlsAasConnectorTest
- java.lang.Object
-
- test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest<java.lang.Object>
-
- test.de.iip_ecosphere.platform.connectors.aas.AasConnectorTest
-
- test.de.iip_ecosphere.platform.connectors.aas.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 Summary
Constructors Constructor Description TlsAasConnectorTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()Sets the test up by starting an embedded OPC UA server.static voidshutdown()Shuts down the test server.-
Methods inherited from class test.de.iip_ecosphere.platform.connectors.aas.AasConnectorTest
additionalFromActions, afterActions, assertAdditionalProperties, createAAS, createConnector, getConnectorDescriptor, getConnectorParameter, getQNameOperationStartMachine, getQNameOperationStopMachine, getQNameVarLotSize, getQNameVarPowerConsumption, getTopLevelModelPartName, getVendor, initializeModelAccess, setKeystoreDescriptor, testWithPolling
-
-
-
-
Method Detail
-
init
public static void init() throws java.net.SocketException, java.net.UnknownHostExceptionSets the test up by starting an embedded OPC UA server.- Throws:
java.net.SocketException- if the port to be used for the AAS is occupiedjava.net.UnknownHostException- shall not occur
-
shutdown
public static void shutdown()
Shuts down the test server.
-
-