| 11521 | } |
| 11522 | |
| 11523 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 11524 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 11525 | } |
| 11526 | |
| 11527 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 11528 |