Searched refs:ATF_REQUIRE_MATCH (Results 1 – 5 of 5) sorted by relevance
125 #define ATF_REQUIRE_MATCH(regexp, string) \ macro
157 ATF_REQUIRE_MATCH(regexp, string); in ATF_TEST_CASE_BODY()
188 #define ATF_REQUIRE_MATCH(regexp, string) \ macro
180 H_DEF(require_match_ ## id, ATF_REQUIRE_MATCH(v1, v2))
144 * Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and317 * Added the ATF_REQUIRE_MATCH to atf-c++, which allows checking for a