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

Method getTestWithNext

src/CppUTest/TestRegistry.cpp:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244UtestShell* TestRegistry::getTestWithNext(UtestShell* test)
245{
246 UtestShell* current = tests_;
247 while (current && current->getNext() != test)
248 current = current->getNext();
249 return current;
250}
251
252UtestShell* TestRegistry::findTestWithName(const SimpleString& name)
253{

Callers 1

addOrderedTestToHeadMethod · 0.80

Calls 1

getNextMethod · 0.45

Tested by

no test coverage detected