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