Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnIntValue
Method
returnIntValue
src/CppUTestExt/MockActualCall.cpp:444–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
}
443
444
int MockCheckedActualCall::returnIntValue()
445
{
446
return returnValue().getIntValue();
447
}
448
449
unsigned long int MockCheckedActualCall::returnUnsignedLongIntValue()
450
{
Callers
5
intReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
_expectOneCallWithFakeLongLongReturn
Function · 0.45
_expectOneCallWithFakeUnsignedLongLongReturn
Function · 0.45
Calls
1
getIntValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36