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

Method parameterWasPassed

src/CppUTestExt/MockExpectedCallsList.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296void MockExpectedCallsList::parameterWasPassed(const SimpleString& parameterName)
297{
298 for (MockExpectedCallsListNode* p = head_; p; p = p->next_)
299 p->expectedCall_->inputParameterWasPassed(parameterName);
300}
301
302void MockExpectedCallsList::outputParameterWasPassed(const SimpleString& parameterName)
303{

Callers 1

checkInputParameterMethod · 0.80

Calls 1

Tested by

no test coverage detected