#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 | ModelVariable |
Functions | |
TEST_F (ModelVariable, CanSetVariableValue_ByVariant) | |
TEST_F (ModelVariable, CanSetVariableValue_DataValue) | |
TEST_F (ModelVariable, CanSetListSubVariables) |
TEST_F | ( | ModelVariable | , |
CanSetVariableValue_ByVariant | |||
) |
Definition at line 70 of file model_variable_ut.cpp.
TEST_F | ( | ModelVariable | , |
CanSetVariableValue_DataValue | |||
) |
Definition at line 91 of file model_variable_ut.cpp.
TEST_F | ( | ModelVariable | , |
CanSetListSubVariables | |||
) |
Definition at line 114 of file model_variable_ut.cpp.