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

Method assertionPassed

extlibs/catch/include/catch/catch.hpp:12342–12347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12340 }
12341
12342 void RunContext::assertionPassed() {
12343 m_lastAssertionPassed = true;
12344 ++m_totals.assertions.passed;
12345 resetAssertionInfo();
12346 m_messageScopes.clear();
12347 }
12348
12349 bool RunContext::aborting() const {
12350 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