Searched defs:ATF_REQUIRE_MSG (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros.h130 #define ATF_REQUIRE_MSG(expression, fmt, ...) \ macro
157 ATF_REQUIRE_MSG((expected) == (actual), "%s != %s", #expected, #actual)
163 ATF_REQUIRE_MSG((expected) == (actual), "%s != %s: " fmt, \
171 ATF_REQUIRE_MSG(strcmp(expected, actual) == 0, "%s != %s (%s != %s)", \
179 ATF_REQUIRE_MSG(strcmp(expected, actual) == 0, \
189 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \
197 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \

Completed in 7 milliseconds