| 9279 | } |
| 9280 | |
| 9281 | virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { |
| 9282 | return m_reporterPrefs; |
| 9283 | } |
| 9284 | |
| 9285 | virtual ~StreamingReporterBase() CATCH_OVERRIDE; |
| 9286 |
nothing calls this directly
no outgoing calls
no test coverage detected