public class OpcUaConnectorTest extends AbstractOpcUaConnectorTest
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
private static TestServer |
testServer |
VENDOR_NAME2| Constructor and Description |
|---|
OpcUaConnectorTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Sets the test up by starting an embedded OPC UA server.
|
static void |
shutdown()
Shuts down the test server.
|
void |
testWithNotifications()
Tests the connector in event-based mode.
|
void |
testWithPolling()
Tests the connector in polling mode.
|
additionalFromActions, afterActions, assertAdditionalProperties, createConnector, dispose, getConnectorDescriptor, getConnectorParameter, getQNameOperationStartMachine, getQNameOperationStopMachine, getQNameVarLotSize, getQNameVarPowerConsumption, getSetup, getTopLevelModelPartName, getVendor, initializeModelAccess, setSetupprivate static TestServer testServer
private static final org.slf4j.Logger LOGGER
public static void init()
throws ExecutionException,
InterruptedException
ExecutionException - shall not occurInterruptedException - shall not occurpublic static void shutdown()
throws ExecutionException,
InterruptedException
ExecutionException - shall not occurInterruptedException - shall not occurpublic void testWithPolling()
throws IOException
IOException - in case that creating the connector failspublic void testWithNotifications()
throws IOException
IOException - in case that creating the connector failsCopyright © 2022. All rights reserved.