Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ boolReturnValue
Method
boolReturnValue
src/CppUTestExt/MockSupport.cpp:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
bool MockSupport::boolReturnValue()
469
{
470
return returnValue().getBoolValue();
471
}
472
473
unsigned int MockSupport::unsignedIntReturnValue()
474
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getBoolValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64