Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnDoubleValue
Method
returnDoubleValue
src/CppUTestExt/MockActualCall.cpp:531–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
#endif
530
531
double MockCheckedActualCall::returnDoubleValue()
532
{
533
return returnValue().getDoubleValue();
534
}
535
536
double MockCheckedActualCall::returnDoubleValueOrDefault(double default_value)
537
{
Callers
3
doubleReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
getDoubleValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36