MCPcopy Create free account
hub / github.com/Profactor/cv-plot / handleIncomplete

Method handleIncomplete

CvPlot/ext/catch2/inc/catch.hpp:12887–12896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12885 }
12886
12887 void RunContext::handleIncomplete(
12888 AssertionInfo const& info
12889 ) {
12890 m_lastAssertionInfo = info;
12891
12892 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) );
12893 data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE";
12894 AssertionResult assertionResult{ info, data };
12895 assertionEnded( assertionResult );
12896 }
12897 void RunContext::handleNonExpr(
12898 AssertionInfo const &info,
12899 ResultWas::OfType resultType,

Callers 1

~AssertionHandlerMethod · 0.80

Calls 1

LazyExpressionClass · 0.85

Tested by

no test coverage detected