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

Method returnLongLongIntValue

src/CppUTestExt/MockActualCall.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490cpputest_longlong MockCheckedActualCall::returnLongLongIntValue()
491{
492 return returnValue().getLongLongIntValue();
493}
494
495cpputest_longlong MockCheckedActualCall::returnLongLongIntValueOrDefault(cpputest_longlong default_value)
496{

Callers 4

longLongIntReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

cpputest_longlongClass · 0.85
getLongLongIntValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36