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

Method isEmpty

src/CppUTestExt/MockExpectedCallsList.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool MockExpectedCallsList::isEmpty() const
62{
63 return head_ == NULLPTR;
64}
65
66unsigned int MockExpectedCallsList::amountOfActualCallsFulfilledFor(const SimpleString& name) const
67{

Calls

no outgoing calls

Tested by

no test coverage detected