ifw-fcf
2.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, DevicesCfg) | |
TEST_F (TestConfig, DeviceDuplicationCfg) | |
int | main (int argc, char **argv) |
Variables | |
std::string const | DUMMY_CFG = std::string(WAF_MODULE_PATH) + "/test/res/dummy.yml" |
Unit tests for the Config class.
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST_F | ( | TestConfig | , |
DefaultCfg | |||
) |
TEST_F | ( | TestConfig | , |
CmdLineCfg | |||
) |
TEST_F | ( | TestConfig | , |
FileCfg | |||
) |
TEST_F | ( | TestConfig | , |
DevicesCfg | |||
) |
TEST_F | ( | TestConfig | , |
DeviceDuplicationCfg | |||
) |
std::string const DUMMY_CFG = std::string(WAF_MODULE_PATH) + "/test/res/dummy.yml" |