| 16071 | } |
| 16072 | |
| 16073 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 16074 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 16075 | } |
| 16076 | |
| 16077 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 16078 |