| 828 | } |
| 829 | |
| 830 | void 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 | |
| 837 | UtestShell* UtestShellPointerArray::getFirstTest() const |
| 838 | { |