| 7011 | return m_resultCapture; |
| 7012 | } |
| 7013 | virtual IRunner* getRunner() override { |
| 7014 | return m_runner; |
| 7015 | } |
| 7016 | |
| 7017 | virtual IConfigPtr const& getConfig() const override { |
| 7018 | return m_config; |
nothing calls this directly
no outgoing calls
no test coverage detected