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

Function handleExceptionMatchExpr

unittests/catch.hpp:5055–5057  ·  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

5053 // This is the overload that takes a string and infers the Equals matcher from it
5054 // The more general overload, that takes any string matcher, is in catch_capture_matchers.cpp
5055 void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef matcherString ) {
5056 handleExceptionMatchExpr( handler, Matchers::Equals( str ), matcherString );
5057 }
5058
5059} // namespace Catch
5060// 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