| 10304 | } |
| 10305 | |
| 10306 | bool RunContext::aborting() const { |
| 10307 | return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter()); |
| 10308 | } |
| 10309 | |
| 10310 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 10311 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |