ifw-fcf 8.0.2
 
Loading...
Searching...
No Matches
testDrotConfig.cpp File Reference
#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/drotConfig.hpp>
#include <rad/dbAdapterRedis.hpp>
#include <rad/msgReplier.hpp>
#include <rad/smAdapter.hpp>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include "mock/mockICommAdapter.hpp"
#include "mock/mockHelpers.hpp"

Classes

class  testDrotConfig::MyDeviceConfig
 Test DrotConfig class used for testing purposes. More...
 
class  testDrotConfig::TestDrotConfig
 

Namespaces

namespace  testDrotConfig
 

Functions

 testDrotConfig::TEST_F (TestDrotConfig, Ctor)
 
 testDrotConfig::TEST_F (TestDrotConfig, ReadConfig)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetIdentifier)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetPrefix)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetAddress)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetType)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetNamespace)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetNodeId)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetProcId)
 
 testDrotConfig::TEST_F (TestDrotConfig, GetObjId)
 
ifw::fnd::defs::CallResult MakeRpcReply (short code, ifw::fnd::defs::Status batch_status=ifw::fnd::defs::Status::Ok)
 Build a CallResult that carries a single short reply code, matching the convention every FCF RPC uses (RPC reply in output_arguments[0].data.value as short).
 
ifw::fnd::defs::Result MakeOk ()
 Build a generic "Ok" Result.
 

Variables

std::string const testDrotConfig::CONFIG_CFG = std::string("config/config.yaml")
 
std::string const testDrotConfig::DROT1_CFG = std::string("config/testDrot.yaml")
 
std::string const testDrotConfig::WRONG_CFG = std::string("config/wrong.yaml")
 

Function Documentation

◆ MakeOk()

ifw::fnd::defs::Result ifw::fcf::devmgr::test::MakeOk ( )
inline

Build a generic "Ok" Result.

◆ MakeRpcReply()

ifw::fnd::defs::CallResult ifw::fcf::devmgr::test::MakeRpcReply ( short code,
ifw::fnd::defs::Status batch_status = ifw::fnd::defs::Status::Ok )
inline

Build a CallResult that carries a single short reply code, matching the convention every FCF RPC uses (RPC reply in output_arguments[0].data.value as short).