MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / resetAssertionInfo

Method resetAssertionInfo

tests/catch.hpp:10168–10171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected