MCPcopy Create free account
hub / github.com/pybind/pybind11 / reportInvalidArguments

Method reportInvalidArguments

tests/test_with_catch/catch.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected