| 12957 | } |
| 12958 | |
| 12959 | bool RunContext::aborting() const { |
| 12960 | return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter()); |
| 12961 | } |
| 12962 | |
| 12963 | void RunContext::runCurrentTest(std::string & redirectedCout, std::string & redirectedCerr) { |
| 12964 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |