Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnLongIntValue
Method
returnLongIntValue
src/CppUTestExt/MockActualCall.cpp:462–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
long int MockCheckedActualCall::returnLongIntValue()
463
{
464
return returnValue().getLongIntValue();
465
}
466
467
long int MockCheckedActualCall::returnLongIntValueOrDefault(long int default_value)
468
{
Callers
3
longIntReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
getLongIntValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36