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

Method handleMessage

lib/catch2/catch.hpp:8234–8236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8232 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction );
8233 }
8234 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) {
8235 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction );
8236 }
8237
8238 auto AssertionHandler::allowThrows() const -> bool {
8239 return getCurrentContext().getConfig()->allowThrows();

Callers

nothing calls this directly

Calls 3

LazyExpressionClass · 0.85
isOkMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected