ifw-fcf  3.0.0
Classes | Functions | Variables
testActuatorLcsIf Namespace Reference

Classes

class  TestActuatorConfig
 The TestActuatorConfig class. More...
 
class  TestActuatorLcsIf
 

Functions

void ExpectHelper (MockDbAdapter &mock, MockIConfig &config)
 
void ExpectHelperNo (MockDbAdapter &mock)
 
 TEST_F (TestActuatorLcsIf, Ctor)
 
void ExpectReadHelper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testActuatorLcsIf::TestActuatorConfig > &dev_cfg, int state, int substate)
 
 TEST_F (TestActuatorLcsIf, Config)
 
 TEST_F (TestActuatorLcsIf, Connect)
 
 TEST_F (TestActuatorLcsIf, IsReady)
 
 TEST_F (TestActuatorLcsIf, IsOperational)
 
 TEST_F (TestActuatorLcsIf, IsHwFailure)
 
 TEST_F (TestActuatorLcsIf, ReadStatus)
 

Variables

std::string const CONFIG_CFG
 
std::string const ACTUATOR_CFG
 
std::string const ACTUATOR_MAP_CFG
 

Function Documentation

◆ ExpectHelper()

void testActuatorLcsIf::ExpectHelper ( MockDbAdapter mock,
MockIConfig config 
)

◆ ExpectHelperNo()

void testActuatorLcsIf::ExpectHelperNo ( MockDbAdapter mock)

◆ ExpectReadHelper()

void testActuatorLcsIf::ExpectReadHelper ( std::shared_ptr< MockIComm comm_if,
std::shared_ptr< testActuatorLcsIf::TestActuatorConfig > &  dev_cfg,
int  state,
int  substate 
)

◆ TEST_F() [1/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
Config   
)

◆ TEST_F() [2/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
Connect   
)

◆ TEST_F() [3/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
Ctor   
)

◆ TEST_F() [4/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
IsHwFailure   
)

◆ TEST_F() [5/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
IsOperational   
)

◆ TEST_F() [6/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
IsReady   
)

◆ TEST_F() [7/7]

testActuatorLcsIf::TEST_F ( TestActuatorLcsIf  ,
ReadStatus   
)

Variable Documentation

◆ ACTUATOR_CFG

std::string const testActuatorLcsIf::ACTUATOR_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/actuator1.yml"

◆ ACTUATOR_MAP_CFG

std::string const testActuatorLcsIf::ACTUATOR_MAP_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testMapActuator.yml"

◆ CONFIG_CFG

std::string const testActuatorLcsIf::CONFIG_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/config.yml"