MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / match

Method match

extern/Catch2/catch.hpp:11428–11430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11426namespace Exception {
11427
11428bool ExceptionMessageMatcher::match(std::exception const& ex) const {
11429 return ex.what() == m_message;
11430}
11431
11432std::string ExceptionMessageMatcher::describe() const {
11433 return "exception message matches \"" + m_message + "\"";

Callers 4

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

Calls 6

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

Tested by

no test coverage detected