MCPcopy 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
198bool MockNamedValue::getBoolValue() const
199{
200 STRCMP_EQUAL("bool", type_.asCharString());
201 return value_.boolValue_;
202}
203
204unsigned int MockNamedValue::getUnsignedIntValue() const
205{

Callers 6

returnBoolValueMethod · 0.80
boolReturnValueMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64