#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 248 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| ServerCanAccessToRootObject | |||
| ) |
Definition at line 135 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| ObjectCanCreateVariable | |||
| ) |
Definition at line 143 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateEmptyObjectType | |||
| ) |
Definition at line 157 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneVariable | |||
| ) |
Definition at line 174 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneUntypedObject | |||
| ) |
Definition at line 191 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanInstantiateObjectTypeWithOneTypedObject | |||
| ) |
Definition at line 208 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanAccessVariableByBrowsePath | |||
| ) |
Definition at line 257 of file model_object_ut.cpp.
| TEST_F | ( | ModelObject | , |
| CanAccessVariableByQualifiedName | |||
| ) |
Definition at line 270 of file model_object_ut.cpp.