| 13037 | } |
| 13038 | |
| 13039 | ReporterPreferences CompactReporter::getPreferences() const { |
| 13040 | return m_reporterPrefs; |
| 13041 | } |
| 13042 | |
| 13043 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 13044 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
no outgoing calls
no test coverage detected