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

Method unsignedLongLongIntReturnValue

src/CppUTestExt/MockSupport.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556cpputest_ulonglong MockSupport::unsignedLongLongIntReturnValue()
557{
558 return returnValue().getUnsignedLongLongIntValue();
559}
560
561cpputest_longlong MockSupport::returnLongLongIntValueOrDefault(cpputest_longlong defaultValue)
562{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

cpputest_ulonglongClass · 0.85

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64