MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / aborting

Method aborting

tests/catch.hpp:10306–10308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10304 }
10305
10306 bool RunContext::aborting() const {
10307 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());
10308 }
10309
10310 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
10311 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

runTestsFunction · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected