| 5569 | return m_name; |
| 5570 | } |
| 5571 | virtual bool isComplete() const CATCH_OVERRIDE { |
| 5572 | return m_runState == CompletedSuccessfully || m_runState == Failed; |
| 5573 | } |
| 5574 | virtual bool isSuccessfullyCompleted() const CATCH_OVERRIDE { |
| 5575 | return m_runState == CompletedSuccessfully; |
| 5576 | } |
no outgoing calls
no test coverage detected