MCPcopy Create free account
hub / github.com/cpputest/cpputest / getIntValue

Method getIntValue

src/CppUTestExt/MockNamedValue.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215int MockNamedValue::getIntValue() const
216{
217 STRCMP_EQUAL("int", type_.asCharString());
218 return value_.intValue_;
219}
220
221long int MockNamedValue::getLongIntValue() const
222{

Callers 8

returnIntValueMethod · 0.80
intReturnValueMethod · 0.80
fooFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

asCharStringMethod · 0.80

Tested by 5

fooFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64