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

Method doubleReturnValue

src/CppUTestExt/MockSupport.cpp:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610double MockSupport::doubleReturnValue()
611{
612 return returnValue().getDoubleValue();
613}
614
615void * MockSupport::returnPointerValueOrDefault(void * defaultValue)
616{

Callers 3

all_mock_support_c_callsFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getDoubleValueMethod · 0.80

Tested by 3

all_mock_support_c_callsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64