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

Method assertionEnded

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected