| 8777 | } |
| 8778 | |
| 8779 | bool RunContext::aborting() const { |
| 8780 | return m_totals.assertions.failed == static_cast<std::size_t>(m_config->abortAfter()); |
| 8781 | } |
| 8782 | |
| 8783 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 8784 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |