MCPcopy Create free account
hub / github.com/RenderKit/embree / aborting

Method aborting

tutorials/external/catch.hpp:10573–10575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10571 }
10572
10573 bool RunContext::aborting() const {
10574 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());
10575 }
10576
10577 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
10578 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

runTestsFunction · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected