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

Method aborting

Source/ThirdParty/catch2/catch.hpp:12963–12965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12961 }
12962
12963 bool RunContext::aborting() const {
12964 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());
12965 }
12966
12967 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
12968 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

executeMethod · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected