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

Method unsignedIntReturnValue

src/CppUTestExt/MockSupport.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473unsigned int MockSupport::unsignedIntReturnValue()
474{
475 return returnValue().getUnsignedIntValue();
476}
477
478int MockSupport::intReturnValue()
479{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getUnsignedIntValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64