ifw-fcf 7.1.4
|
Unit tests for the Sensor 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/deviceMaker.hpp"
#include "ifw/fcf/devmgr/common/device.hpp"
#include "ifw/fcf/devmgr/devices/iodevConfig.hpp"
#include <ifw/fcf/devmgr/devices/iodevLcsIf.hpp>
#include "ifw/fcf/devmgr/devices/iodev.hpp"
#include <ifw/core/utils/base/base.hpp>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include "mock/mockIComm.hpp"
#include "mock/mockIDeviceConfig.hpp"
Classes | |
class | testIODev::MyDeviceConfig |
Test SensorConfig class used for testing purposes. More... | |
class | testIODev::MyIODev |
Test sensor class used for testing purposes. More... | |
class | testIODev::TestIODev |
Namespaces | |
namespace | testIODev |
Functions | |
testIODev::TEST_F (TestIODev, Ctor) | |
Test Sensor constructor. | |
testIODev::TEST_F (TestIODev, Ignore) | |
Test the device ignore functionality. | |
testIODev::TEST_F (TestIODev, Simulate) | |
Test the device simulation functionality. | |
testIODev::TEST_F (TestIODev, Status) | |
Test the device Status method. | |
testIODev::TEST_F (TestIODev, EndAcq) | |
Test the end of an acquisition. | |
Variables | |
std::string const | testIODev::CONFIG_CFG = std::string("config/config.yaml") |
std::string const | testIODev::IODEV_CFG = std::string("config/testSensor.yaml") |
std::string const | testIODev::IODEV_MAP_CFG = std::string("config/testMapIODev.yaml") |
std::string const | testIODev::SENSOR_MAP_CFG = std::string("config/testMapSensor.yaml") |
Unit tests for the Sensor class.