Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
bool MockExpectedCallsList::isEmpty() const
62
{
63
return head_ == NULLPTR;
64
}
65
66
unsigned int MockExpectedCallsList::amountOfActualCallsFulfilledFor(const SimpleString& name) const
67
{
Callers
7
MockUnexpectedInputParameterFailure
Method · 0.45
MockUnexpectedOutputParameterFailure
Method · 0.45
MockActualCall.cpp
File · 0.45
checkInputParameter
Method · 0.45
checkOutputParameter
Method · 0.45
hasReturnValue
Method · 0.45
appendScopeToName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected