| 11515 | } |
| 11516 | |
| 11517 | ReporterPreferences CompactReporter::getPreferences() const { |
| 11518 | ReporterPreferences prefs; |
| 11519 | prefs.shouldRedirectStdOut = false; |
| 11520 | return prefs; |
| 11521 | } |
| 11522 | |
| 11523 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 11524 | stream << "No test cases matched '" << spec << '\'' << std::endl; |