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

Method returnBoolValue

src/CppUTestExt/MockActualCall.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431bool MockCheckedActualCall::returnBoolValue()
432{
433 return returnValue().getBoolValue();
434}
435
436int MockCheckedActualCall::returnIntValueOrDefault(int default_value)
437{

Callers 3

boolReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getBoolValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36