|
ifw-fcf 7.1.4
|
Unit tests for ShutterLcsIf 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/device.hpp>#include <ifw/fcf/devmgr/common/deviceConfig.hpp>#include <ifw/fcf/devmgr/common/deviceLcsIf.hpp>#include "ifw/fcf/devmgr/devices/shutterConfig.hpp"#include "ifw/fcf/devmgr/devices/shutterLcsIf.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"Classes | |
| class | testShutterLcsIf::TestShutterConfig |
| The TestShutterConfig class. More... | |
| class | testShutterLcsIf::TestShutterLcsIf |
Namespaces | |
| namespace | testShutterLcsIf |
Functions | |
| void | testShutterLcsIf::ExpectReadHelper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testShutterLcsIf::TestShutterConfig > &dev_cfg, int state, int substate) |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, Ctor) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, Config) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, Connect) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, Open) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, Close) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsReady) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsOperational) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsOpening) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsClosing) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsOpen) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsClose) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, IsHwFailure) | |
| testShutterLcsIf::TEST_F (TestShutterLcsIf, ReadStatus) | |
Variables | |
| std::string const | testShutterLcsIf::CONFIG_CFG = std::string("config/config.yaml") |
| std::string const | testShutterLcsIf::SHUTTER_CFG = std::string("config/testShutter.yaml") |
| std::string const | testShutterLcsIf::SHUTTER_MAP_CFG = std::string("config/testMapShutter.yaml") |
Unit tests for ShutterLcsIf class.