MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / resetAssertionInfo

Method resetAssertionInfo

extlibs/catch/include/catch/catch.hpp:12196–12199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected