MCPcopy Create free account
hub / github.com/cpputest/cpputest / stringReturnValue

Method stringReturnValue

src/CppUTestExt/MockSupport.cpp:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603#endif
604
605const char* MockSupport::stringReturnValue()
606{
607 return returnValue().getStringValue();
608}
609
610double MockSupport::doubleReturnValue()
611{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getStringValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64