ifw-fcf 7.1.4
|
Unit tests for TestDeviceConfig class. More...
#include <ifw/fcf/devmgr/common/actionMgr.hpp>
#include <ifw/fcf/devmgr/common/config.hpp>
#include <ifw/fcf/devmgr/common/dataContext.hpp>
#include <ifw/fcf/devmgr/common/deviceFacade.hpp>
#include <ifw/fcf/devmgr/common/device.hpp>
#include <ifw/fcf/devmgr/common/deviceConfig.hpp>
#include <ifw/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>
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("shutter1.yaml") |
std::string const | WRONG_CFG = std::string("wrong.yaml") |
Unit tests for TestDeviceConfig class.
TEST_F | ( | TestDeviceConfig | , |
Ctor | ) |
TEST_F | ( | TestDeviceConfig | , |
GetAddress | ) |
TEST_F | ( | TestDeviceConfig | , |
GetIdentifier | ) |
TEST_F | ( | TestDeviceConfig | , |
GetNamespace | ) |
TEST_F | ( | TestDeviceConfig | , |
GetNodeId | ) |
TEST_F | ( | TestDeviceConfig | , |
GetObjId | ) |
TEST_F | ( | TestDeviceConfig | , |
GetPrefix | ) |
TEST_F | ( | TestDeviceConfig | , |
GetProcId | ) |
TEST_F | ( | TestDeviceConfig | , |
GetType | ) |
TEST_F | ( | TestDeviceConfig | , |
ReadConfig | ) |
std::string const SHUTTER1_CFG = std::string("shutter1.yaml") |
std::string const WRONG_CFG = std::string("wrong.yaml") |