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

Method returnLongLongIntValueOrDefault

src/CppUTestExt/MockActualCall.cpp:495–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495cpputest_longlong MockCheckedActualCall::returnLongLongIntValueOrDefault(cpputest_longlong default_value)
496{
497 if (!hasReturnValue()) {
498 return default_value;
499 }
500 return returnLongLongIntValue();
501}
502
503#else
504

Callers

nothing calls this directly

Calls 1

cpputest_longlongClass · 0.85

Tested by

no test coverage detected