MCPcopy Create free account
hub / github.com/Profactor/cv-plot / ExceptionMessageMatcher

Class ExceptionMessageMatcher

CvPlot/ext/catch2/inc/catch.hpp:3351–3362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3349namespace Exception {
3350
3351class ExceptionMessageMatcher : public MatcherBase<std::exception> {
3352 std::string m_message;
3353public:
3354
3355 ExceptionMessageMatcher(std::string const& message):
3356 m_message(message)
3357 {}
3358
3359 bool match(std::exception const& ex) const override;
3360
3361 std::string describe() const override;
3362};
3363
3364} // namespace Exception
3365

Callers 1

MessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected