MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / assertionPassed

Method assertionPassed

extras/tests/catch/catch.hpp:12961–12966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12959 }
12960
12961 void RunContext::assertionPassed() {
12962 m_lastAssertionPassed = true;
12963 ++m_totals.assertions.passed;
12964 resetAssertionInfo();
12965 m_messageScopes.clear();
12966 }
12967
12968 bool RunContext::aborting() const {
12969 return m_totals.assertions.failed >= static_cast<std::size_t>(m_config->abortAfter());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected