| 10233 | m_ctx.completeCycle(); |
| 10234 | } |
| 10235 | void TrackerBase::fail() { |
| 10236 | m_runState = Failed; |
| 10237 | if( m_parent ) |
| 10238 | m_parent->markAsNeedingAnotherRun(); |
| 10239 | moveToParent(); |
| 10240 | m_ctx.completeCycle(); |
| 10241 | } |
| 10242 | void TrackerBase::markAsNeedingAnotherRun() { |
| 10243 | m_runState = NeedsAnotherRun; |
| 10244 | } |
no test coverage detected