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

Method setCompleted

unittests/catch.hpp:5030–5032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5028 throw Catch::TestFailureException();
5029 }
5030 void AssertionHandler::setCompleted() {
5031 m_completed = true;
5032 }
5033
5034 void AssertionHandler::handleUnexpectedInflightException() {
5035 m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected