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

Method aborting

unittests/catch.hpp:8779–8781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8777 }
8778
8779 bool RunContext::aborting() const {
8780 return m_totals.assertions.failed == static_cast<std::size_t>(m_config->abortAfter());
8781 }
8782
8783 void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) {
8784 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo();

Callers 1

runTestsFunction · 0.80

Calls 1

abortAfterMethod · 0.80

Tested by

no test coverage detected