MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / handleIncomplete

Method handleIncomplete

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8864–8871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8862}
8863
8864void RunContext::handleIncomplete(AssertionInfo const &info) {
8865 m_lastAssertionInfo = info;
8866
8867 AssertionResultData data(ResultWas::ThrewException, LazyExpression(false));
8868 data.message = "Exception translation was disabled by CATCH_CONFIG_FAST_COMPILE";
8869 AssertionResult assertionResult{info, data};
8870 assertionEnded(assertionResult);
8871}
8872void RunContext::handleNonExpr(AssertionInfo const &info, ResultWas::OfType resultType, AssertionReaction &reaction) {
8873 m_lastAssertionInfo = info;
8874

Callers 1

~AssertionHandlerMethod · 0.80

Calls 1

LazyExpressionClass · 0.85

Tested by

no test coverage detected