| 13324 | } |
| 13325 | |
| 13326 | ReporterPreferences CompactReporter::getPreferences() const { |
| 13327 | return m_reporterPrefs; |
| 13328 | } |
| 13329 | |
| 13330 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 13331 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
no outgoing calls
no test coverage detected