| 55 | } |
| 56 | |
| 57 | void noMatchingTestCases(std::string const &spec) override { |
| 58 | auto &os = Catch::cout(); |
| 59 | os << "[ NO TEST ] no matching test cases for spec: " << spec << '\n'; |
| 60 | os.flush(); |
| 61 | } |
| 62 | |
| 63 | void reportInvalidArguments(std::string const &arg) override { |
| 64 | auto &os = Catch::cout(); |
nothing calls this directly
no outgoing calls
no test coverage detected