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

Method assertionPassed

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

Source from the content-addressed store, hash-verified

12725 }
12726
12727 void RunContext::assertionPassed() {
12728 m_lastAssertionPassed = true;
12729 ++m_totals.assertions.passed;
12730 resetAssertionInfo();
12731 m_messageScopes.clear();
12732 }
12733
12734 bool RunContext::aborting() const {
12735 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected