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

Method relatesTo

src/CppUTestExt/MockExpectedCall.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452bool MockCheckedExpectedCall::relatesTo(const SimpleString& functionName)
453{
454 return functionName == getName();
455}
456
457bool MockCheckedExpectedCall::relatesToObject(const void* objectPtr) const
458{

Calls

no outgoing calls

Tested by

no test coverage detected