| 13857 | m_ctx.completeCycle(); |
| 13858 | } |
| 13859 | void TrackerBase::fail() { |
| 13860 | m_runState = Failed; |
| 13861 | if( m_parent ) |
| 13862 | m_parent->markAsNeedingAnotherRun(); |
| 13863 | moveToParent(); |
| 13864 | m_ctx.completeCycle(); |
| 13865 | } |
| 13866 | void TrackerBase::markAsNeedingAnotherRun() { |
| 13867 | m_runState = NeedsAnotherRun; |
| 13868 | } |
no test coverage detected