| 69 | void assertionStarting(Catch::AssertionInfo const &) override {} |
| 70 | |
| 71 | bool assertionEnded(Catch::AssertionStats const &) override { return false; } |
| 72 | |
| 73 | void testRunEnded(Catch::TestRunStats const &stats) override { |
| 74 | auto &os = Catch::cout(); |
nothing calls this directly
no outgoing calls
no test coverage detected