MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / handleExceptionMatchExpr

Function handleExceptionMatchExpr

extlibs/catch/include/catch/catch.hpp:7972–7974  ·  view source on GitHub ↗

This is the overload that takes a string and infers the Equals matcher from it The more general overload, that takes any string matcher, is in catch_capture_matchers.cpp

Source from the content-addressed store, hash-verified

7970 // This is the overload that takes a string and infers the Equals matcher from it
7971 // The more general overload, that takes any string matcher, is in catch_capture_matchers.cpp
7972 void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const& matcherString ) {
7973 handleExceptionMatchExpr( handler, Matchers::Equals( str ), matcherString );
7974 }
7975
7976} // namespace Catch
7977// end catch_assertionhandler.cpp

Callers

nothing calls this directly

Calls 3

translateActiveExceptionFunction · 0.85
EqualsFunction · 0.70
handleExprMethod · 0.45

Tested by

no test coverage detected