| 13041 | } |
| 13042 | |
| 13043 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 13044 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 13045 | } |
| 13046 | |
| 13047 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 13048 |