| 15725 | } |
| 15726 | |
| 15727 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 15728 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 15729 | } |
| 15730 | |
| 15731 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 15732 |