MCPcopy Create free account
hub / github.com/Profactor/cv-plot / aborting

Method aborting

CvPlot/ext/catch2/inc/catch.hpp:12734–12736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12732 }
12733
12734 bool RunContext::aborting() const {
12735 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());
12736 }
12737
12738 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
12739 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

executeMethod · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected