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

Method unsignedLongIntReturnValue

src/CppUTestExt/MockSupport.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544unsigned long int MockSupport::unsignedLongIntReturnValue()
545{
546 return returnValue().getUnsignedLongIntValue();
547}
548
549#ifdef CPPUTEST_USE_LONG_LONG
550

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64