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

Method returnUnsignedLongIntValue

src/CppUTestExt/MockActualCall.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449unsigned long int MockCheckedActualCall::returnUnsignedLongIntValue()
450{
451 return returnValue().getUnsignedLongIntValue();
452}
453
454unsigned long int MockCheckedActualCall::returnUnsignedLongIntValueOrDefault(unsigned long int default_value)
455{

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36