ifw-fcf 7.1.4
|
Unit tests for ModulatorLcsIf 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/modulatorConfig.hpp"
#include "ifw/fcf/devmgr/devices/modulatorLcsIf.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 | testModulatorLcsIf::TestModulatorConfig |
The TestModulatorConfig class. More... | |
class | testModulatorLcsIf::TestModulatorLcsIf |
Namespaces | |
namespace | testModulatorLcsIf |
Functions | |
void | testModulatorLcsIf::ExpectReadHelper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testModulatorLcsIf::TestModulatorConfig > &dev_cfg, int state, int substate) |
testModulatorLcsIf::TEST_F (TestModulatorLcsIf, Ctor) | |
testModulatorLcsIf::TEST_F (TestModulatorLcsIf, Config) | |
testModulatorLcsIf::TEST_F (TestModulatorLcsIf, Connect) | |
testModulatorLcsIf::TEST_F (TestModulatorLcsIf, IsHwFailure) | |
Variables | |
std::string const | testModulatorLcsIf::CONFIG_CFG = std::string("config/config.yaml") |
std::string const | testModulatorLcsIf::MODULATOR_CFG = std::string("config/testModulator.yaml") |
std::string const | testModulatorLcsIf::MODULATOR_MAP_CFG = std::string("config/testMapModulator.yaml") |
Unit tests for ModulatorLcsIf class.