| 12194 | m_lastResult = result; |
| 12195 | } |
| 12196 | void RunContext::resetAssertionInfo() { |
| 12197 | m_lastAssertionInfo.macroName = StringRef(); |
| 12198 | m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; |
| 12199 | } |
| 12200 | |
| 12201 | bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { |
| 12202 | ITracker& sectionTracker = SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(sectionInfo.name, sectionInfo.lineInfo)); |