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

Method getDoubleValue

src/CppUTestExt/MockNamedValue.cpp:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301#endif
302
303double MockNamedValue::getDoubleValue() const
304{
305 STRCMP_EQUAL("double", type_.asCharString());
306 return value_.doubleValue_.value;
307}
308
309double MockNamedValue::getDoubleTolerance() const
310{

Callers 7

returnDoubleValueMethod · 0.80
doubleReturnValueMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64