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

Method relinkTestsInOrder

src/CppUTest/Utest.cpp:830–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void UtestShellPointerArray::relinkTestsInOrder()
831{
832 UtestShell *tests = NULLPTR;
833 for (size_t i = 0; i < count_; i++)
834 tests = arrayOfTests_[count_ - i - 1]->addTest(tests);
835}
836
837UtestShell* UtestShellPointerArray::getFirstTest() const
838{

Callers 1

TESTFunction · 0.80

Calls 1

addTestMethod · 0.45

Tested by

no test coverage detected