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

Method longIntReturnValue

src/CppUTestExt/MockSupport.cpp:539–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539long int MockSupport::longIntReturnValue()
540{
541 return returnValue().getLongIntValue();
542}
543
544unsigned long int MockSupport::unsignedLongIntReturnValue()
545{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getLongIntValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64