#include "opcua_protocol_addon_test.h"#include <opc/common/addons_core/addon_manager.h>#include <opc/ua/client/remote_connection.h>#include "builtin_server_addon.h"#include "builtin_server.h"#include <opc/ua/server/addons/opcua_protocol.h>#include "address_space_registry_test.h"#include "endpoints_services_test.h"#include "services_registry_test.h"#include "standard_namespace_test.h"#include "builtin_server_test.h"#include <gmock/gmock.h>#include <gtest/gtest.h>#include <iostream>#include <thread>
Go to the source code of this file.
Classes | |
| class | OpcUaProtocolAddonTest |
Functions | |
| TEST_F (OpcUaProtocolAddonTest, Loads) | |
| TEST_F (OpcUaProtocolAddonTest, CanGetServerWhichOpensAndClosesSecureChannel) | |
| TEST_F (OpcUaProtocolAddonTest, CanListEndpoints) | |
| TEST_F (OpcUaProtocolAddonTest, CanFindServers) | |
| TEST_F (OpcUaProtocolAddonTest, CanBrowseRootFolder) | |
| TEST_F (OpcUaProtocolAddonTest, CanCreateSession) | |
| TEST_F (OpcUaProtocolAddonTest, ManipulateSubscriptions) | |
| TEST_F (OpcUaProtocolAddonTest, CanReadAttributes) | |
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| Loads | |||
| ) |
Definition at line 64 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanGetServerWhichOpensAndClosesSecureChannel | |||
| ) |
Definition at line 69 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanListEndpoints | |||
| ) |
Definition at line 78 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanFindServers | |||
| ) |
Definition at line 90 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanBrowseRootFolder | |||
| ) |
Definition at line 102 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanCreateSession | |||
| ) |
Definition at line 126 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| ManipulateSubscriptions | |||
| ) |
Definition at line 146 of file opcua_protocol_addon_test.cpp.
| TEST_F | ( | OpcUaProtocolAddonTest | , |
| CanReadAttributes | |||
| ) |
Definition at line 173 of file opcua_protocol_addon_test.cpp.