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

Method longLongIntReturnValue

src/CppUTestExt/MockSupport.cpp:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549#ifdef CPPUTEST_USE_LONG_LONG
550
551cpputest_longlong MockSupport::longLongIntReturnValue()
552{
553 return returnValue().getLongLongIntValue();
554}
555
556cpputest_ulonglong MockSupport::unsignedLongLongIntReturnValue()
557{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

cpputest_longlongClass · 0.85
getLongLongIntValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64