ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
testDeviceFactory.cpp File Reference

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"
 

Detailed Description

Unit tests for the DeviceFactory class.

Author
mkiekebu

Function Documentation

TEST_F ( TestDeviceFactory  ,
Ctor   
)
TEST_F ( TestDeviceFactory  ,
Create   
)

Variable Documentation

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"