Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ doubleReturnValue
Method
doubleReturnValue
src/CppUTestExt/MockSupport.cpp:610–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
608
}
609
610
double MockSupport::doubleReturnValue()
611
{
612
return returnValue().getDoubleValue();
613
}
614
615
void * MockSupport::returnPointerValueOrDefault(void * defaultValue)
616
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getDoubleValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64