| 10166 | m_lastResult = result; |
| 10167 | } |
| 10168 | void RunContext::resetAssertionInfo() { |
| 10169 | m_lastAssertionInfo.macroName = StringRef(); |
| 10170 | m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; |
| 10171 | } |
| 10172 | |
| 10173 | bool RunContext::sectionStarted(SectionInfo const & sectionInfo, Counts & assertions) { |
| 10174 | ITracker& sectionTracker = SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(sectionInfo.name, sectionInfo.lineInfo)); |