Searched refs:error_matcher (Results 1 – 2 of 2) sorted by relevance
82 MATCHER_P(HasError, error_matcher, "") {84 return ::testing::ExplainMatchResult(error_matcher, arg.error(), result_listener);
56 #define EXPECT_ERROR(expr, error_matcher) \ argument62 Property(&decltype(expr)::error_type::message, error_matcher)))); \