Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addAllToList
Function
addAllToList
tests/CppUTestExt/MockFailureTest.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void addAllToList()
61
{
62
list->addExpectedCall(call1);
63
list->addExpectedCall(call2);
64
list->addExpectedCall(call3);
65
}
66
67
void checkUnexpectedNthCallMessage(unsigned int count, const char* expectedOrdinal)
68
{
Callers
1
TEST
Function · 0.85
Calls
1
addExpectedCall
Method · 0.80
Tested by
no test coverage detected