MCPcopy Create free account
hub / github.com/Profactor/cv-plot / lastAssertionPassed

Method lastAssertionPassed

CvPlot/ext/catch2/inc/catch.hpp:12723–12725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12721 }
12722
12723 bool RunContext::lastAssertionPassed() {
12724 return m_lastAssertionPassed;
12725 }
12726
12727 void RunContext::assertionPassed() {
12728 m_lastAssertionPassed = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected