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

Method resetActualCallMatchingState

src/CppUTestExt/MockExpectedCallsList.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void MockExpectedCallsList::resetActualCallMatchingState()
284{
285 for (MockExpectedCallsListNode* p = head_; p; p = p->next_)
286 p->expectedCall_->resetActualCallMatchingState();
287}
288
289void MockExpectedCallsList::wasPassedToObject()
290{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected