Home
last modified time | relevance | path

Searched refs:ExceptionMessageMatcher (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_exception.cpp15 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()
19 std::string ExceptionMessageMatcher::describe() const { in describe()
24 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()
25 return Exception::ExceptionMessageMatcher(message); in Message()
Dcatch_matchers_exception.hpp16 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class
20 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher
31 Exception::ExceptionMessageMatcher Message(std::string const& message);
/external/catch2/docs/
Dmatchers.md133 is `ExceptionMessageMatcher`, and we also provide a helper function
139 > `ExceptionMessageMatcher` was introduced in Catch 2.10.0
/external/catch2/single_include/catch2/
Dcatch.hpp3369 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class
3373 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher
3384 Exception::ExceptionMessageMatcher Message(std::string const& message);
11305 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()
11309 std::string ExceptionMessageMatcher::describe() const { in describe()
11314 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()
11315 return Exception::ExceptionMessageMatcher(message); in Message()
/external/libabigail/tests/lib/
Dcatch.hpp3395 class ExceptionMessageMatcher : public MatcherBase<std::exception> { class
3399 ExceptionMessageMatcher(std::string const& message): in ExceptionMessageMatcher() function in Catch::Matchers::Exception::ExceptionMessageMatcher
3410 Exception::ExceptionMessageMatcher Message(std::string const& message);
11367 bool ExceptionMessageMatcher::match(std::exception const& ex) const { in match()
11371 std::string ExceptionMessageMatcher::describe() const { in describe()
11376 Exception::ExceptionMessageMatcher Message(std::string const& message) { in Message()
11377 return Exception::ExceptionMessageMatcher(message); in Message()