MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / aborting

Method aborting

extlibs/catch/include/catch/catch.hpp:12349–12351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12347 }
12348
12349 bool RunContext::aborting() const {
12350 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());
12351 }
12352
12353 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
12354 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

executeMethod · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected