| 12966 | } |
| 12967 | |
| 12968 | bool RunContext::aborting() const { |
| 12969 | return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter()); |
| 12970 | } |
| 12971 | |
| 12972 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 12973 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |