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

Method handleIncomplete

unittests/catch.hpp:8928–8937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8926 }
8927
8928 void RunContext::handleIncomplete(
8929 AssertionInfo const& info
8930 ) {
8931 m_lastAssertionInfo = info;
8932
8933 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) );
8934 data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE";
8935 AssertionResult assertionResult{ info, data };
8936 assertionEnded( assertionResult );
8937 }
8938 void RunContext::handleNonExpr(
8939 AssertionInfo const &info,
8940 ResultWas::OfType resultType,

Callers 1

~AssertionHandlerMethod · 0.80

Calls 1

LazyExpressionClass · 0.85

Tested by

no test coverage detected