#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.
Defines | |
#define | TEST_CORE_CONFIG_PATH "./tests/core/configs/" |
Test of class UaServer::CommandLine. GNU LGPL. | |
Functions | |
TEST (ServerOptions, ParsesCommandLine) | |
TEST (ServerOptions, ParsesConfigurationFiles) | |
Variables | |
const char * | TestConfigFile = "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.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.