| 8646 | m_lastResult = result; |
| 8647 | } |
| 8648 | void RunContext::resetAssertionInfo() { |
| 8649 | m_lastAssertionInfo.macroName = StringRef(); |
| 8650 | m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; |
| 8651 | } |
| 8652 | |
| 8653 | bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { |
| 8654 | ITracker& sectionTracker = SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(sectionInfo.name, sectionInfo.lineInfo)); |