| 16056 | } |
| 16057 | |
| 16058 | void CompactReporter::noMatchingTestCases( std::string const& spec ) { |
| 16059 | stream << "No test cases matched '" << spec << '\'' << std::endl; |
| 16060 | } |
| 16061 | |
| 16062 | void CompactReporter::assertionStarting( AssertionInfo const& ) {} |
| 16063 |