MCPcopy Create free account
hub / github.com/RenderKit/oidn / assertionPassed

Method assertionPassed

external/catch.hpp:12952–12957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12950 }
12951
12952 void RunContext::assertionPassed() {
12953 m_lastAssertionPassed = true;
12954 ++m_totals.assertions.passed;
12955 resetAssertionInfo();
12956 m_messageScopes.clear();
12957 }
12958
12959 bool RunContext::aborting() const {
12960 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