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

Method getDoubleTolerance

src/CppUTestExt/MockNamedValue.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309double MockNamedValue::getDoubleTolerance() const
310{
311 STRCMP_EQUAL("double", type_.asCharString());
312 return value_.doubleValue_.tolerance;
313}
314
315const char* MockNamedValue::getStringValue() const
316{

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64