| 12041 | m_ctx.completeCycle(); |
| 12042 | } |
| 12043 | void TrackerBase::fail() { |
| 12044 | m_runState = Failed; |
| 12045 | if( m_parent ) |
| 12046 | m_parent->markAsNeedingAnotherRun(); |
| 12047 | moveToParent(); |
| 12048 | m_ctx.completeCycle(); |
| 12049 | } |
| 12050 | void TrackerBase::markAsNeedingAnotherRun() { |
| 12051 | m_runState = NeedsAnotherRun; |
| 12052 | } |
no test coverage detected