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

Method addFunctionOrdered

tests/CppUTestExt/MockFailureReporterForTest.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126MockCheckedExpectedCall* MockExpectedCallsListForTest::addFunctionOrdered(const SimpleString& name, unsigned int order)
127{
128 MockCheckedExpectedCall* newCall = addFunction(name);
129 newCall->withCallOrder(order);
130 return newCall;
131}
132
133

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected