| 15248 | } |
| 15249 | |
| 15250 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 15251 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 15252 | } |
| 15253 | |
| 15254 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 15255 |