Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ returnValue
Method
returnValue
src/CppUTestExt/MockSupport.cpp:462–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
MockNamedValue MockSupport::returnValue()
463
{
464
if (lastActualFunctionCall_) return lastActualFunctionCall_->returnValue();
465
return MockNamedValue(
""
);
466
}
467
468
bool MockSupport::boolReturnValue()
469
{
Callers
8
returnValue_c
Function · 0.45
foo
Function · 0.45
all_mock_support_c_calls
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
MockNamedValue
Class · 0.50
Tested by
7
foo
Function · 0.36
all_mock_support_c_calls
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36