| 10571 | } |
| 10572 | |
| 10573 | bool RunContext::aborting() const { |
| 10574 | return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter()); |
| 10575 | } |
| 10576 | |
| 10577 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 10578 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |