Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ intReturnValue
Method
intReturnValue
src/CppUTestExt/MockSupport.cpp:478–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
}
477
478
int MockSupport::intReturnValue()
479
{
480
return returnValue().getIntValue();
481
}
482
483
const char * MockSupport::returnStringValueOrDefault(const char * defaultValue)
484
{
Callers
3
all_mock_support_c_calls
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
getIntValue
Method · 0.80
Tested by
3
all_mock_support_c_calls
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64