MCPcopy Create free account
hub / github.com/apache/trafficserver / handleIncomplete

Method handleIncomplete

lib/catch2/catch.hpp:13122–13131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13120 }
13121
13122 void RunContext::handleIncomplete(
13123 AssertionInfo const& info
13124 ) {
13125 m_lastAssertionInfo = info;
13126
13127 AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) );
13128 data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE";
13129 AssertionResult assertionResult{ info, data };
13130 assertionEnded( assertionResult );
13131 }
13132 void RunContext::handleNonExpr(
13133 AssertionInfo const &info,
13134 ResultWas::OfType resultType,

Callers 1

~AssertionHandlerMethod · 0.80

Calls 1

LazyExpressionClass · 0.85

Tested by

no test coverage detected