|
ifw-fcf
3.0.0
|
Unit tests for the Config class. More...
#include <fstream>#include <gtest/gtest.h>#include "ctd/system/system.hpp"#include <fcf/devmgr/common/config.hpp>#include <rad/logger.hpp>Classes | |
| class | TestConfig |
Functions | |
| TEST_F (TestConfig, DefaultCfg) | |
| TEST_F (TestConfig, CmdLineCfg) | |
| TEST_F (TestConfig, FileCfg) | |
| TEST_F (TestConfig, GetConfigAsString) | |
| TEST_F (TestConfig, DevicesCfg) | |
| TEST_F (TestConfig, DeviceDuplicationCfg) | |
Variables | |
| std::string const | DUMMY_CFG = std::string(WAF_MODULE_PATH) + "/test/res/dummy.yml" |
Unit tests for the Config class.
| TEST_F | ( | TestConfig | , |
| CmdLineCfg | |||
| ) |
| TEST_F | ( | TestConfig | , |
| DefaultCfg | |||
| ) |
| TEST_F | ( | TestConfig | , |
| DeviceDuplicationCfg | |||
| ) |
| TEST_F | ( | TestConfig | , |
| DevicesCfg | |||
| ) |
| TEST_F | ( | TestConfig | , |
| FileCfg | |||
| ) |
| TEST_F | ( | TestConfig | , |
| GetConfigAsString | |||
| ) |
| std::string const DUMMY_CFG = std::string(WAF_MODULE_PATH) + "/test/res/dummy.yml" |