Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnUnsignedIntValue
Method
returnUnsignedIntValue
src/CppUTestExt/MockActualCall.cpp:544–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
542
}
543
544
unsigned int MockCheckedActualCall::returnUnsignedIntValue()
545
{
546
return returnValue().getUnsignedIntValue();
547
}
548
549
unsigned int MockCheckedActualCall::returnUnsignedIntValueOrDefault(unsigned int default_value)
550
{
Callers
3
unsignedIntReturnValue_c
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
getUnsignedIntValue
Method · 0.80
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36