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

Method returnIntValue

src/CppUTestExt/MockActualCall.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444int MockCheckedActualCall::returnIntValue()
445{
446 return returnValue().getIntValue();
447}
448
449unsigned long int MockCheckedActualCall::returnUnsignedLongIntValue()
450{

Callers 5

intReturnValue_cFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

getIntValueMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36