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

Method returnLongIntValue

src/CppUTestExt/MockActualCall.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462long int MockCheckedActualCall::returnLongIntValue()
463{
464 return returnValue().getLongIntValue();
465}
466
467long int MockCheckedActualCall::returnLongIntValueOrDefault(long int default_value)
468{

Callers 3

longIntReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getLongIntValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36