Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
int MockNamedValue::getIntValue() const
216
{
217
STRCMP_EQUAL(
"int"
, type_.asCharString());
218
return value_.intValue_;
219
}
220
221
long int MockNamedValue::getLongIntValue() const
222
{
Callers
8
returnIntValue
Method · 0.80
getMockValueCFromNamedValue
Function · 0.80
intReturnValue
Method · 0.80
foo
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
asCharString
Method · 0.80
Tested by
5
foo
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64