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

Method returnUnsignedLongLongIntValue

src/CppUTestExt/MockActualCall.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475#ifdef CPPUTEST_USE_LONG_LONG
476
477cpputest_ulonglong MockCheckedActualCall::returnUnsignedLongLongIntValue()
478{
479 return returnValue().getUnsignedLongLongIntValue();
480}
481
482cpputest_ulonglong MockCheckedActualCall::returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value)
483{

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

cpputest_ulonglongClass · 0.85

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36