Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getBoolValue
Method
getBoolValue
src/CppUTestExt/MockNamedValue.cpp:198–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
bool MockNamedValue::getBoolValue() const
199
{
200
STRCMP_EQUAL(
"bool"
, type_.asCharString());
201
return value_.boolValue_;
202
}
203
204
unsigned int MockNamedValue::getUnsignedIntValue() const
205
{
Callers
6
returnBoolValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
boolReturnValue
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64