Home
last modified time | relevance | path

Searched refs:error_matcher (Results 1 – 2 of 2) sorted by relevance

/system/libbase/include/android-base/
Dresult-gmock.h82 MATCHER_P(HasError, error_matcher, "") {
84 return ::testing::ExplainMatchResult(error_matcher, arg.error(), result_listener);
/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp56 #define EXPECT_ERROR(expr, error_matcher) \ argument
62 Property(&decltype(expr)::error_type::message, error_matcher)))); \