ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
testShutterLcsIf Namespace Reference

Classes

class  TestShutterConfig
 The TestShutterConfig class. More...
 
class  TestShutterLcsIf
 

Functions

void expect_helper (MockDbAdapter &mock, MockIConfig &config)
 
void expect_helper_no (MockDbAdapter &mock)
 
 TEST_F (TestShutterLcsIf, Ctor)
 
void expect_read_helper (std::shared_ptr< MockIComm > comm_if, std::shared_ptr< testShutterLcsIf::TestShutterConfig > &dev_cfg, short state, short substate)
 
 TEST_F (TestShutterLcsIf, Config)
 
 TEST_F (TestShutterLcsIf, Connect)
 
 TEST_F (TestShutterLcsIf, Open)
 
 TEST_F (TestShutterLcsIf, Close)
 
 TEST_F (TestShutterLcsIf, IsReady)
 
 TEST_F (TestShutterLcsIf, IsOperational)
 
 TEST_F (TestShutterLcsIf, IsOpening)
 
 TEST_F (TestShutterLcsIf, IsClosing)
 
 TEST_F (TestShutterLcsIf, IsOpen)
 
 TEST_F (TestShutterLcsIf, IsClose)
 
 TEST_F (TestShutterLcsIf, IsHwFailure)
 
 TEST_F (TestShutterLcsIf, ReadStatus)
 

Variables

std::string const CONFIG_CFG
 
std::string const SHUTTER_CFG
 
std::string const SHUTTER_MAP_CFG
 
std::string const SHUTTER_BAD1_CFG
 
std::string const SHUTTER_BAD2_CFG
 
std::string const SHUTTER_BAD3_CFG
 
std::string const SHUTTER_BADMAP1_CFG
 
std::string const SHUTTER_BADMAP2_CFG
 
std::string const SHUTTER_BADMAP3_CFG
 

Function Documentation

void testShutterLcsIf::expect_helper ( MockDbAdapter mock,
MockIConfig config 
)
void testShutterLcsIf::expect_helper_no ( MockDbAdapter mock)
void testShutterLcsIf::expect_read_helper ( std::shared_ptr< MockIComm comm_if,
std::shared_ptr< testShutterLcsIf::TestShutterConfig > &  dev_cfg,
short  state,
short  substate 
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
Ctor   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
Config   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
Connect   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
Open   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
Close   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsReady   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsOperational   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsOpening   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsClosing   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsOpen   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsClose   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
IsHwFailure   
)
testShutterLcsIf::TEST_F ( TestShutterLcsIf  ,
ReadStatus   
)

Variable Documentation

std::string const testShutterLcsIf::CONFIG_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/config.yml"
std::string const testShutterLcsIf::SHUTTER_BAD1_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadShutter1.yml"
std::string const testShutterLcsIf::SHUTTER_BAD2_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadShutter2.yml"
std::string const testShutterLcsIf::SHUTTER_BAD3_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadShutter3.yml"
std::string const testShutterLcsIf::SHUTTER_BADMAP1_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadMapShutter1.yml"
std::string const testShutterLcsIf::SHUTTER_BADMAP2_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadMapShutter2.yml"
std::string const testShutterLcsIf::SHUTTER_BADMAP3_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testBadMapShutter3.yml"
std::string const testShutterLcsIf::SHUTTER_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testShutter.yml"
std::string const testShutterLcsIf::SHUTTER_MAP_CFG
Initial value:
= std::string(WAF_MODULE_PATH) +
"/test/res/testMapShutter.yml"