Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
double MockNamedValue::getDoubleTolerance() const
310
{
311
STRCMP_EQUAL(
"double"
, type_.asCharString());
312
return value_.doubleValue_.tolerance;
313
}
314
315
const char* MockNamedValue::getStringValue() const
316
{
Callers
2
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64