Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ longIntReturnValue
Method
longIntReturnValue
src/CppUTestExt/MockSupport.cpp:539–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
long int MockSupport::longIntReturnValue()
540
{
541
return returnValue().getLongIntValue();
542
}
543
544
unsigned long int MockSupport::unsignedLongIntReturnValue()
545
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getLongIntValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64