Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ isMatchingActualCall
Method
isMatchingActualCall
src/CppUTestExt/MockExpectedCall.cpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
bool MockCheckedExpectedCall::isMatchingActualCall()
312
{
313
return areParametersMatchingActualCall() && wasPassedToObject_;
314
}
315
316
void MockCheckedExpectedCall::callWasMade(unsigned int callOrder)
317
{
Callers
6
getFirstMatchingExpectation
Method · 0.80
removeFirstMatchingExpectation
Method · 0.80
missingParametersToString
Method · 0.80
areParametersMatchingActualCall
Method · 0.80
missingParametersToString
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64