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