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

Method addFunction

tests/CppUTestExt/MockFailureReporterForTest.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110MockCheckedExpectedCall* MockExpectedCallsListForTest::addFunction(const SimpleString& name)
111{
112 MockCheckedExpectedCall* newCall = new MockCheckedExpectedCall;
113 newCall->withName(name);
114 addExpectedCall(newCall);
115 return newCall;
116}
117
118MockCheckedExpectedCall* MockExpectedCallsListForTest::addFunction(unsigned int numCalls, const SimpleString& name)
119{

Callers 5

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected