MCPcopy Create free account
hub / github.com/cpputest/cpputest / addExpectations

Method addExpectations

src/CppUTestExt/MockExpectedCallsList.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void MockExpectedCallsList::addExpectations(const MockExpectedCallsList& list)
141{
142 for (MockExpectedCallsListNode* p = list.head_; p; p = p->next_)
143 addExpectedCall(p->expectedCall_);
144}
145
146void MockExpectedCallsList::onlyKeepExpectationsRelatedTo(const SimpleString& name)
147{

Calls

no outgoing calls

Tested by

no test coverage detected