Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnBoolValue
Method
returnBoolValue
src/CppUTestExt/MockActualCall.cpp:431–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
bool MockCheckedActualCall::returnBoolValue()
432
{
433
return returnValue().getBoolValue();
434
}
435
436
int MockCheckedActualCall::returnIntValueOrDefault(int default_value)
437
{
Callers
3
boolReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
getBoolValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36