#include <opc/common/addons_core/config_file.h>#include <opc/common/addons_core/addon.h>#include <gtest/gtest.h>
Go to the source code of this file.
Macros | |
| #define | TEST_CORE_CONFIG_PATH "./tests/core/configs/" |
Functions | |
| TEST (ModulesConfiguration, ParsesConfigurationFile) | |
| TEST (ModulesConfiguration, SavesConfigurationFile) | |
| TEST (ModulesConfiguration, ParsesConfigurationFilesInDirectory) | |
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/" |
Definition at line 19 of file test_config_file.cpp.
| TEST | ( | ModulesConfiguration | , |
| ParsesConfigurationFile | |||
| ) |
Definition at line 25 of file test_config_file.cpp.
| TEST | ( | ModulesConfiguration | , |
| SavesConfigurationFile | |||
| ) |
Definition at line 76 of file test_config_file.cpp.
| TEST | ( | ModulesConfiguration | , |
| ParsesConfigurationFilesInDirectory | |||
| ) |
Definition at line 108 of file test_config_file.cpp.
| const char* TestConfigFile = TEST_CORE_CONFIG_PATH "test.conf" |
Definition at line 22 of file test_config_file.cpp.
| const char* TestConfigPath = TEST_CORE_CONFIG_PATH |
Definition at line 23 of file test_config_file.cpp.