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

Method returnDoubleValue

src/CppUTestExt/MockActualCall.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529#endif
530
531double MockCheckedActualCall::returnDoubleValue()
532{
533 return returnValue().getDoubleValue();
534}
535
536double MockCheckedActualCall::returnDoubleValueOrDefault(double default_value)
537{

Callers 3

doubleReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getDoubleValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36