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