| 12750 | } |
| 12751 | |
| 12752 | bool RunContext::aborting() const { |
| 12753 | return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter()); |
| 12754 | } |
| 12755 | |
| 12756 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 12757 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |