#include <src/serverapp/server_options.h>#include <opc/common/addons_core/config_file.h>#include <algorithm>#include <gtest/gtest.h>
Go to the source code of this file.
Macros | |
| #define | TEST_CORE_CONFIG_PATH "./tests/core/configs/" |
| Test of class UaServer::CommandLine. GNU LGPL. More... | |
Functions | |
| TEST (ServerOptions, ParsesCommandLine) | |
| TEST (ServerOptions, ParsesConfigurationFiles) | |
Variables | |
| const char * | TestConfigFile = TEST_CORE_CONFIG_PATH "test.conf" |
| const char * | TestConfigPath = TEST_CORE_CONFIG_PATH |
| #define TEST_CORE_CONFIG_PATH "./tests/core/configs/" |
Test of class UaServer::CommandLine. GNU LGPL.
Definition at line 18 of file test_server_options.cpp.
| TEST | ( | ServerOptions | , |
| ParsesCommandLine | |||
| ) |
Definition at line 24 of file test_server_options.cpp.
| TEST | ( | ServerOptions | , |
| ParsesConfigurationFiles | |||
| ) |
Definition at line 34 of file test_server_options.cpp.
| const char* TestConfigFile = TEST_CORE_CONFIG_PATH "test.conf" |
Definition at line 21 of file test_server_options.cpp.
| const char* TestConfigPath = TEST_CORE_CONFIG_PATH |
Definition at line 22 of file test_server_options.cpp.