| 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(); |