ifw-fcf
2.0.0
|
Unit tests for the DeviceFactory class. More...
#include <rad/dbAdapterRedis.hpp>
#include <fcf/devmgr/common/config.hpp>
#include <fcf/devmgr/common/dataContext.hpp>
#include <fcf/devmgr/common/deviceMaker.hpp>
#include <fcf/devmgr/common/device.hpp>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include "mock/mockIComm.hpp"
Classes | |
class | MyDeviceConfig |
class | MyDeviceLcsIf |
class | TestMyDevice |
class | TestDeviceFactory |
Functions | |
TEST_F (TestDeviceFactory, Ctor) | |
TEST_F (TestDeviceFactory, Create) | |
Variables | |
std::string const | CONFIG_FILE = std::string(WAF_MODULE_PATH) + "/test/res/config.yml" |
std::string const | SHUTTER1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |
Unit tests for the DeviceFactory class.
TEST_F | ( | TestDeviceFactory | , |
Ctor | |||
) |
TEST_F | ( | TestDeviceFactory | , |
Create | |||
) |
std::string const CONFIG_FILE = std::string(WAF_MODULE_PATH) + "/test/res/config.yml" |
std::string const SHUTTER1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |