ifw-fcf 7.1.4
|
Unit tests for DrotLcsIf 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/drotConfig.hpp"
#include "ifw/fcf/devmgr/devices/drotLcsIf.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 | testDrotLcsIf::TestDrotConfig |
The TestDrotConfig class. More... | |
class | testDrotLcsIf::TestDrotLcsIf |
Namespaces | |
namespace | testDrotLcsIf |
Functions | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, Ctor) | |
void | testDrotLcsIf::ExpectReadHelper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testDrotLcsIf::TestDrotConfig > &dev_cfg, int state, int substate) |
testDrotLcsIf::TEST_F (TestDrotLcsIf, Config) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, Connect) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, MoveAbs) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, MoveAngle) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, IsReady) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, IsOperational) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, IsMoving) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, IsHwFailure) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, ReadStatus) | |
testDrotLcsIf::TEST_F (TestDrotLcsIf, Listener) | |
Variables | |
std::string const | testDrotLcsIf::CONFIG_CFG = std::string("config/config.yaml") |
std::string const | testDrotLcsIf::DROT_CFG = std::string("config/testDrot.yaml") |
std::string const | testDrotLcsIf::DROT_MAP_CFG = std::string("config/testMapDrot.yaml") |
Unit tests for DrotLcsIf class.