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

Method noMatchingTestCases

tests/test_with_catch/catch.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected