ifw-fcf 7.1.4
|
Unit tests for MotorConfig 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/deviceLcsIf.hpp>
#include <ifw/fcf/devmgr/devices/motorConfig.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 | testMotorConfig::MyDeviceConfig |
Test MotorConfig class used for testing purposes. More... | |
class | testMotorConfig::TestMotorConfig |
Namespaces | |
namespace | testMotorConfig |
Functions | |
testMotorConfig::TEST_F (TestMotorConfig, Ctor) | |
testMotorConfig::TEST_F (TestMotorConfig, Init) | |
testMotorConfig::TEST_F (TestMotorConfig, GetIdentifier) | |
testMotorConfig::TEST_F (TestMotorConfig, GetPrefix) | |
testMotorConfig::TEST_F (TestMotorConfig, GetAddress) | |
testMotorConfig::TEST_F (TestMotorConfig, GetType) | |
testMotorConfig::TEST_F (TestMotorConfig, GetNamespace) | |
testMotorConfig::TEST_F (TestMotorConfig, GetNodeId) | |
testMotorConfig::TEST_F (TestMotorConfig, GetProcId) | |
testMotorConfig::TEST_F (TestMotorConfig, GetObjId) | |
testMotorConfig::TEST_F (TestMotorConfig, EICSSW1240) | |
Variables | |
std::string const | testMotorConfig::CONFIG_CFG = std::string("config/config.yaml") |
std::string const | testMotorConfig::MOTOR1_CFG = std::string("config/testMotor.yaml") |
std::string const | testMotorConfig::WRONG_CFG = std::string("config/wrong.yaml") |
Unit tests for MotorConfig class.