#include <opc/ua/model.h>#include <opc/common/addons_core/addon_manager.h>#include <opc/ua/protocol/attribute_ids.h>#include <opc/ua/protocol/status_codes.h>#include <opc/ua/services/services.h>#include <opc/ua/server/address_space.h>#include <opc/ua/server/standard_address_space.h>#include "address_space_registry_test.h"#include "services_registry_test.h"#include "standard_namespace_test.h"#include <gmock/gmock.h>#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
| class | ModelObject |
Functions | |
| OpcUa::RelativePathElement | GetHierarchicalElement (const std::string &browseName) |
| TEST_F (ModelObject, ServerCanAccessToRootObject) | |
| TEST_F (ModelObject, ObjectCanCreateVariable) | |
| TEST_F (ModelObject, CanInstantiateEmptyObjectType) | |
| TEST_F (ModelObject, CanInstantiateObjectTypeWithOneVariable) | |
| TEST_F (ModelObject, CanInstantiateObjectTypeWithOneUntypedObject) | |
| TEST_F (ModelObject, CanInstantiateObjectTypeWithOneTypedObject) | |
| TEST_F (ModelObject, CanAccessVariableByBrowsePath) | |
| TEST_F (ModelObject, CanAccessVariableByQualifiedName) | |
| OpcUa::RelativePathElement GetHierarchicalElement | ( | const std::string & | browseName | ) |
Definition at line 251 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| ServerCanAccessToRootObject | |||
| ) |
Definition at line 138 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| ObjectCanCreateVariable | |||
| ) |
Definition at line 146 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateEmptyObjectType | |||
| ) |
Definition at line 160 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneVariable | |||
| ) |
Definition at line 177 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneUntypedObject | |||
| ) |
Definition at line 194 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneTypedObject | |||
| ) |
Definition at line 211 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanAccessVariableByBrowsePath | |||
| ) |
Definition at line 260 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanAccessVariableByQualifiedName | |||
| ) |
Definition at line 273 of file model_object_ut.cpp.