| 11429 | } |
| 11430 | |
| 11431 | ReporterPreferences CompactReporter::getPreferences() const { |
| 11432 | ReporterPreferences prefs; |
| 11433 | prefs.shouldRedirectStdOut = false; |
| 11434 | return prefs; |
| 11435 | } |
| 11436 | |
| 11437 | void CompactReporter::noMatchingTestCases(std::string const &spec) { |
| 11438 | stream << "No test cases matched '" << spec << '\'' << std::endl; |