MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / assertionPassed

Method assertionPassed

tests/catch.hpp:10300–10304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10298 }
10299
10300 void RunContext::assertionPassed() {
10301 m_lastAssertionPassed = true;
10302 ++m_totals.assertions.passed;
10303 resetAssertionInfo();
10304 }
10305
10306 bool RunContext::aborting() const {
10307 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