ifw-fcf
5.0.0-pre2
|
Unit tests for the Sensor 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/deviceMaker.hpp"
#include "fcf/devmgr/common/device.hpp"
#include "fcf/devmgr/devices/iodevConfig.hpp"
#include <fcf/devmgr/devices/iodevLcsIf.hpp>
#include "fcf/devmgr/devices/iodev.hpp"
#include <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 | |
TestIODev | |
Functions | |
TestIODev::TEST_F (TestIODev, Ctor) | |
Test Sensor constructor. More... | |
TestIODev::TEST_F (TestIODev, Ignore) | |
Test the device ignore functionality. More... | |
TestIODev::TEST_F (TestIODev, Simulate) | |
Test the device simulation functionality. More... | |
TestIODev::TEST_F (TestIODev, Status) | |
Test the device Status method. More... | |
TestIODev::TEST_F (TestIODev, EndAcq) | |
Test the end of an acquisition. More... | |
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") |
Unit tests for the Sensor class.