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