| 14488 | m_ctx.completeCycle(); |
| 14489 | } |
| 14490 | void TrackerBase::fail() { |
| 14491 | m_runState = Failed; |
| 14492 | if( m_parent ) |
| 14493 | m_parent->markAsNeedingAnotherRun(); |
| 14494 | moveToParent(); |
| 14495 | m_ctx.completeCycle(); |
| 14496 | } |
| 14497 | void TrackerBase::markAsNeedingAnotherRun() { |
| 14498 | m_runState = NeedsAnotherRun; |
| 14499 | } |
no test coverage detected