#include "endpoints_services_test.h"#include "services_registry_test.h"#include <src/server/endpoints_parameters.h>#include <opc/common/logger.h>#include <opc/ua/protocol/session.h>#include <opc/ua/server/endpoints_services.h>#include <gmock/gmock.h>#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
| class | EndpointsRegistry |
Functions | |
| std::vector< OpcUa::Server::ApplicationData > | CreateTwoEndpointsConfiguration () |
| std::vector< Common::ParametersGroup > | CreateTwoEndpointsParameters () |
| Common::Parameter | FindParameter (const Common::ParametersGroup &group, const char *name) |
| TEST_F (EndpointsRegistry, CanBeCreated) | |
| TEST_F (EndpointsRegistry, RegisterEndpoints) | |
| std::vector<OpcUa::Server::ApplicationData> CreateTwoEndpointsConfiguration | ( | ) |
Definition at line 104 of file endpoints_services_test.cpp.
| std::vector<Common::ParametersGroup> CreateTwoEndpointsParameters | ( | ) |
Definition at line 73 of file endpoints_services_test.cpp.
| Common::Parameter FindParameter | ( | const Common::ParametersGroup & | group, |
| const char * | name | ||
| ) |
Definition at line 134 of file endpoints_services_test.cpp.
| TEST_F | ( | EndpointsRegistry | , |
| CanBeCreated | |||
| ) |
Definition at line 49 of file endpoints_services_test.cpp.
| TEST_F | ( | EndpointsRegistry | , |
| RegisterEndpoints | |||
| ) |
Definition at line 57 of file endpoints_services_test.cpp.