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

Method match

lib/catch2/catch.hpp:11430–11432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11428namespace Exception {
11429
11430bool ExceptionMessageMatcher::match(std::exception const& ex) const {
11431 return ex.what() == m_message;
11432}
11433
11434std::string ExceptionMessageMatcher::describe() const {
11435 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
containsFunction · 0.85
startsWithFunction · 0.85
endsWithFunction · 0.85
adjustStringMethod · 0.80
whatMethod · 0.45

Tested by

no test coverage detected