ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Variable Documentation

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