| 61 | } |
| 62 | |
| 63 | void reportInvalidArguments(std::string const &arg) override { |
| 64 | auto &os = Catch::cout(); |
| 65 | os << "[ ERROR ] invalid Catch2 arguments: " << arg << '\n'; |
| 66 | os.flush(); |
| 67 | } |
| 68 | |
| 69 | void assertionStarting(Catch::AssertionInfo const &) override {} |
| 70 |
nothing calls this directly
no outgoing calls
no test coverage detected