| 15244 | } |
| 15245 | |
| 15246 | ReporterPreferences CompactReporter::getPreferences() const { |
| 15247 | return m_reporterPrefs; |
| 15248 | } |
| 15249 | |
| 15250 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 15251 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
no outgoing calls
no test coverage detected