MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / assertionPassed

Method assertionPassed

unittests/catch.hpp:8773–8777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8771 }
8772
8773 void RunContext::assertionPassed() {
8774 m_lastAssertionPassed = true;
8775 ++m_totals.assertions.passed;
8776 resetAssertionInfo();
8777 }
8778
8779 bool RunContext::aborting() const {
8780 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