| 6561 | } |
| 6562 | |
| 6563 | bool RunContext::aborting() const { |
| 6564 | return m_atomicAssertionCount.failed >= m_abortAfterXFailedAssertions; |
| 6565 | } |
| 6566 | |
| 6567 | void RunContext::runCurrentTest() { |
| 6568 | auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); |