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