Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ canMatchActualCalls
Method
canMatchActualCalls
src/CppUTestExt/MockExpectedCall.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool MockCheckedExpectedCall::canMatchActualCalls()
302
{
303
return (actualCalls_ < expectedCalls_);
304
}
305
306
bool MockCheckedExpectedCall::isMatchingActualCallAndFinalized()
307
{
Callers
2
addPotentiallyMatchingExpectations
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64