ifw-fcf
2.0.0
|
Unit tests for TestDeviceConfig class. More...
#include <fcf/devmgr/common/actionMgr.hpp>
#include <fcf/devmgr/common/config.hpp>
#include <fcf/devmgr/common/dataContext.hpp>
#include <fcf/devmgr/common/deviceFacade.hpp>
#include <fcf/devmgr/common/device.hpp>
#include <fcf/devmgr/common/deviceConfig.hpp>
#include <fcf/devmgr/common/deviceLcsIf.hpp>
#include <rad/dbAdapterRedis.hpp>
#include <rad/msgReplier.hpp>
#include <rad/smAdapter.hpp>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include "mock/mockIComm.hpp"
Classes | |
class | MyDeviceConfig |
class | TestDeviceConfig |
Functions | |
TEST_F (TestDeviceConfig, Ctor) | |
TEST_F (TestDeviceConfig, ReadConfig) | |
TEST_F (TestDeviceConfig, GetIdentifier) | |
TEST_F (TestDeviceConfig, GetPrefix) | |
TEST_F (TestDeviceConfig, GetAddress) | |
TEST_F (TestDeviceConfig, GetType) | |
TEST_F (TestDeviceConfig, GetNamespace) | |
TEST_F (TestDeviceConfig, GetNodeId) | |
TEST_F (TestDeviceConfig, GetProcId) | |
TEST_F (TestDeviceConfig, GetObjId) | |
Variables | |
std::string const | SHUTTER1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |
std::string const | WRONG_CFG = std::string(WAF_MODULE_PATH) + "/test/res/wrong.yml" |
Unit tests for TestDeviceConfig class.
TEST_F | ( | TestDeviceConfig | , |
Ctor | |||
) |
TEST_F | ( | TestDeviceConfig | , |
ReadConfig | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetIdentifier | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetPrefix | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetAddress | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetType | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetNamespace | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetNodeId | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetProcId | |||
) |
TEST_F | ( | TestDeviceConfig | , |
GetObjId | |||
) |
std::string const SHUTTER1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |
std::string const WRONG_CFG = std::string(WAF_MODULE_PATH) + "/test/res/wrong.yml" |