|
ifw-fcf 7.1.4
|
Unit tests for the DeviceFacade class. More...
#include <iostream>#include <chrono>#include <thread>#include <functional>#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/iDevice.hpp>#include <ifw/fcf/devmgr/common/iDeviceConfig.hpp>#include <ifw/fcf/devmgr/common/taskSetup.hpp>#include <rad/dbAdapterRedis.hpp>#include <rad/msgReplier.hpp>#include <rad/smAdapter.hpp>#include <boost/asio.hpp>#include <gtest/gtest.h>#include "mock/mockIComm.hpp"#include "mock/mockIDevice.hpp"Classes | |
| class | testDeviceFacade::MyTaskSetup |
| class | testDeviceFacade::MyDeviceConfig |
| class | testDeviceFacade::MyDeviceLcsIf |
| class | testDeviceFacade::TestMyDevice |
| class | testDeviceFacade::TestFailureDevice |
| class | testDeviceFacade::TestDeviceFacade |
Namespaces | |
| namespace | testDeviceFacade |
Functions | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Ctor) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Devices) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Init) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Stop) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Enable) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Disable) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Recover) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, HwInit) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, HwEnable) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, HwDisable) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, HwReset) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, DevNames) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, Status) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, MetaDaq_StartDaq) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, MetaDaq_StopDaq) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, MetaDaq_AbortDaq) | |
| testDeviceFacade::TEST_F (TestDeviceFacade, DevConfig) | |
Variables | |
| std::string const | testDeviceFacade::CONFIG_CFG = std::string("config.yaml") |
| std::string const | testDeviceFacade::SHUTTER1_CFG = std::string("shutter1.yaml") |
| std::string const | testDeviceFacade::MOTOR1_CFG = std::string("motor1.yaml") |
Unit tests for the DeviceFacade class.