| 16063 | } // anon namespace |
| 16064 | |
| 16065 | std::string CompactReporter::getDescription() { |
| 16066 | return "Reports test results on a single line, suitable for IDEs"; |
| 16067 | } |
| 16068 | |
| 16069 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 16070 | stream << "No test cases matched '" << spec << '\'' << std::endl; |