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

Method callIsIgnored

src/CppUTestExt/MockSupport.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool MockSupport::callIsIgnored(const SimpleString& functionName)
182{
183 return ignoreOtherCalls_ && !expectations_.hasExpectationWithName(functionName);
184}
185
186MockActualCall& MockSupport::actualCall(const SimpleString& functionName)
187{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected