Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
double MockNamedValue::getDoubleValue() const
304
{
305
STRCMP_EQUAL(
"double"
, type_.asCharString());
306
return value_.doubleValue_.value;
307
}
308
309
double MockNamedValue::getDoubleTolerance() const
310
{
Callers
7
returnDoubleValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
doubleReturnValue
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
4
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64