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

Method lastAssertionPassed

unittests/catch.hpp:8769–8771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8767 }
8768
8769 bool RunContext::lastAssertionPassed() {
8770 return m_lastAssertionPassed;
8771 }
8772
8773 void RunContext::assertionPassed() {
8774 m_lastAssertionPassed = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected