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