MCPcopy Create free account
hub / github.com/catchorg/Catch2 / aborting

Method aborting

extras/catch_amalgamated.cpp:6563–6565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6561 }
6562
6563 bool RunContext::aborting() const {
6564 return m_atomicAssertionCount.failed >= m_abortAfterXFailedAssertions;
6565 }
6566
6567 void RunContext::runCurrentTest() {
6568 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected