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

Method hasCallsOutOfOrder

src/CppUTestExt/MockExpectedCallsList.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool MockExpectedCallsList::hasCallsOutOfOrder() const
46{
47 for (MockExpectedCallsListNode* p = head_; p; p = p->next_)
48 if (p->expectedCall_->isOutOfOrder())
49 return true;
50 return false;
51}
52
53unsigned int MockExpectedCallsList::size() const
54{

Callers

nothing calls this directly

Calls 1

isOutOfOrderMethod · 0.80

Tested by

no test coverage detected