| 8729 | } |
| 8730 | |
| 8731 | bool RunContext::aborting() const { |
| 8732 | return m_totals.assertions.failed == static_cast<std::size_t>(m_config->abortAfter()); |
| 8733 | } |
| 8734 | |
| 8735 | void RunContext::runCurrentTest(std::string &redirectedCout, std::string &redirectedCerr) { |
| 8736 | auto const &testCaseInfo = m_activeTestCase->getTestCaseInfo(); |