| 16056 | } // anon namespace |
| 16057 | |
| 16058 | std::string CompactReporter::getDescription() { |
| 16059 | return "Reports test results on a single line, suitable for IDEs"; |
| 16060 | } |
| 16061 | |
| 16062 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 16063 | stream << "No test cases matched '" << spec << '\'' << std::endl; |