| 11769 | m_ctx.completeCycle(); |
| 11770 | } |
| 11771 | void TrackerBase::fail() { |
| 11772 | m_runState = Failed; |
| 11773 | if( m_parent ) |
| 11774 | m_parent->markAsNeedingAnotherRun(); |
| 11775 | moveToParent(); |
| 11776 | m_ctx.completeCycle(); |
| 11777 | } |
| 11778 | void TrackerBase::markAsNeedingAnotherRun() { |
| 11779 | m_runState = NeedsAnotherRun; |
| 11780 | } |
no test coverage detected