MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / match

Method match

Source/ThirdParty/catch2/catch.hpp:11423–11425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11421namespace Exception {
11422
11423bool ExceptionMessageMatcher::match(std::exception const& ex) const {
11424 return ex.what() == m_message;
11425}
11426
11427std::string ExceptionMessageMatcher::describe() const {
11428 return "exception message matches \"" + m_message + "\"";

Callers 5

matchMethod · 0.45
matchMethod · 0.45
matchMethod · 0.45
MatchExprMethod · 0.45

Calls 7

marginComparisonFunction · 0.85
isinfFunction · 0.85
startsWithFunction · 0.85
endsWithFunction · 0.85
adjustStringMethod · 0.80
containsFunction · 0.70
whatMethod · 0.45

Tested by

no test coverage detected