ifw
0.0.1-dev
|
Classes | |
class | TestLampConfig |
The TestLampConfig class. More... | |
class | TestLampLcsIf |
Functions | |
void | expect_helper (MockDbAdapter &mock, MockIConfig &config) |
void | expect_helper_no (MockDbAdapter &mock) |
void | expect_read_helper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testLampLcsIf::TestLampConfig > &dev_cfg, short state, short substate) |
TEST_F (TestLampLcsIf, Ctor) | |
TEST_F (TestLampLcsIf, Config) | |
TEST_F (TestLampLcsIf, Connect) | |
TEST_F (TestLampLcsIf, SwitchOn) | |
TEST_F (TestLampLcsIf, SwitchOff) | |
TEST_F (TestLampLcsIf, IsReady) | |
TEST_F (TestLampLcsIf, IsOperational) | |
TEST_F (TestLampLcsIf, IsTurningOn) | |
TEST_F (TestLampLcsIf, IsTurningOff) | |
TEST_F (TestLampLcsIf, IsOn) | |
TEST_F (TestLampLcsIf, IsOff) | |
TEST_F (TestLampLcsIf, IsHwFailure) | |
TEST_F (TestLampLcsIf, ReadStatus) | |
Variables | |
std::string const | CONFIG_CFG = std::string(WAF_MODULE_PATH) + "/test/res/config.yml" |
std::string const | LAMP_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testLamp.yml" |
std::string const | LAMP_MAP_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testMapLamp.yml" |
std::string const | LAMP_BAD1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp1.yml" |
std::string const | LAMP_BAD2_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp2.yml" |
std::string const | LAMP_BAD3_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp3.yml" |
std::string const | LAMP_BADMAP1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp1.yml" |
std::string const | LAMP_BADMAP2_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp2.yml" |
std::string const | LAMP_BADMAP3_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp3.yml" |
const short | STATE_STANDBY = devmgr::common::STATE_STANDBY |
const short | STATE_OPERATIONAL = devmgr::common::STATE_OPERATIONAL |
const short | SUBSTATE_NOTREADY = devmgr::lamp::SUBSTATE_NOTREADY |
const short | SUBSTATE_INITIALISING = devmgr::lamp::SUBSTATE_INITIALISING |
const short | SUBSTATE_READY_OFF = devmgr::lamp::SUBSTATE_READY_OFF |
const short | SUBSTATE_READY_ON = devmgr::lamp::SUBSTATE_READY_ON |
const short | SUBSTATE_STANDBY_FAILURE = devmgr::lamp::SUBSTATE_STANDBY_FAILURE |
const short | SUBSTATE_OP_DISABLING = devmgr::lamp::SUBSTATE_OP_DISABLING |
const short | SUBSTATE_OP_OFF = devmgr::lamp::SUBSTATE_OP_OFF |
const short | SUBSTATE_OP_SWITCHING_OFF = devmgr::lamp::SUBSTATE_OP_SWITCHING_OFF |
const short | SUBSTATE_OP_COOLING = devmgr::lamp::SUBSTATE_OP_COOLING |
const short | SUBSTATE_OP_ON = devmgr::lamp::SUBSTATE_OP_ON |
const short | SUBSTATE_OP_SWITCHING_ON = devmgr::lamp::SUBSTATE_OP_SWITCHING_ON |
const short | SUBSTATE_OP_WARMING = devmgr::lamp::SUBSTATE_OP_WARMING |
const short | SUBSTATE_OP_FAILURE = devmgr::lamp::SUBSTATE_OP_FAILURE |
void testLampLcsIf::expect_helper | ( | MockDbAdapter & | mock, |
MockIConfig & | config | ||
) |
void testLampLcsIf::expect_helper_no | ( | MockDbAdapter & | mock | ) |
void testLampLcsIf::expect_read_helper | ( | std::shared_ptr< MockIComm > | comm_if, |
std::shared_ptr< testLampLcsIf::TestLampConfig > & | dev_cfg, | ||
short | state, | ||
short | substate | ||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
Ctor | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
Config | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
Connect | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
SwitchOn | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
SwitchOff | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsReady | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsOperational | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsTurningOn | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsTurningOff | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsOn | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsOff | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
IsHwFailure | |||
) |
testLampLcsIf::TEST_F | ( | TestLampLcsIf | , |
ReadStatus | |||
) |
std::string const testLampLcsIf::CONFIG_CFG = std::string(WAF_MODULE_PATH) + "/test/res/config.yml" |
std::string const testLampLcsIf::LAMP_BAD1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp1.yml" |
std::string const testLampLcsIf::LAMP_BAD2_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp2.yml" |
std::string const testLampLcsIf::LAMP_BAD3_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadLamp3.yml" |
std::string const testLampLcsIf::LAMP_BADMAP1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp1.yml" |
std::string const testLampLcsIf::LAMP_BADMAP2_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp2.yml" |
std::string const testLampLcsIf::LAMP_BADMAP3_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testBadMapLamp3.yml" |
std::string const testLampLcsIf::LAMP_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testLamp.yml" |
std::string const testLampLcsIf::LAMP_MAP_CFG = std::string(WAF_MODULE_PATH) + "/test/res/testMapLamp.yml" |
const short testLampLcsIf::STATE_OPERATIONAL = devmgr::common::STATE_OPERATIONAL |
const short testLampLcsIf::STATE_STANDBY = devmgr::common::STATE_STANDBY |
const short testLampLcsIf::SUBSTATE_INITIALISING = devmgr::lamp::SUBSTATE_INITIALISING |
const short testLampLcsIf::SUBSTATE_NOTREADY = devmgr::lamp::SUBSTATE_NOTREADY |
const short testLampLcsIf::SUBSTATE_OP_COOLING = devmgr::lamp::SUBSTATE_OP_COOLING |
const short testLampLcsIf::SUBSTATE_OP_DISABLING = devmgr::lamp::SUBSTATE_OP_DISABLING |
const short testLampLcsIf::SUBSTATE_OP_FAILURE = devmgr::lamp::SUBSTATE_OP_FAILURE |
const short testLampLcsIf::SUBSTATE_OP_OFF = devmgr::lamp::SUBSTATE_OP_OFF |
const short testLampLcsIf::SUBSTATE_OP_ON = devmgr::lamp::SUBSTATE_OP_ON |
const short testLampLcsIf::SUBSTATE_OP_SWITCHING_OFF = devmgr::lamp::SUBSTATE_OP_SWITCHING_OFF |
const short testLampLcsIf::SUBSTATE_OP_SWITCHING_ON = devmgr::lamp::SUBSTATE_OP_SWITCHING_ON |
const short testLampLcsIf::SUBSTATE_OP_WARMING = devmgr::lamp::SUBSTATE_OP_WARMING |
const short testLampLcsIf::SUBSTATE_READY_OFF = devmgr::lamp::SUBSTATE_READY_OFF |
const short testLampLcsIf::SUBSTATE_READY_ON = devmgr::lamp::SUBSTATE_READY_ON |
const short testLampLcsIf::SUBSTATE_STANDBY_FAILURE = devmgr::lamp::SUBSTATE_STANDBY_FAILURE |