Searched refs:ATF_REQUIRE_STREQ (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils_test.c | 81 ATF_REQUIRE_STREQ("", buffer); 95 ATF_REQUIRE_STREQ("PREFIXThis is a single line\n", buffer); 109 ATF_REQUIRE_STREQ(">First\n>Second line\n>And third\n", buffer); 123 ATF_REQUIRE_STREQ("PREFIXFoo\nPREFIX bar baz", buffer); 218 ATF_REQUIRE_STREQ("This is a test with 12345", buffer); 251 ATF_REQUIRE_STREQ("Child stdout\n", buffer); 253 ATF_REQUIRE_STREQ("Child stderr\n", buffer); 330 ATF_REQUIRE_STREQ(l1, line); 334 ATF_REQUIRE_STREQ(l2, line); 338 ATF_REQUIRE_STREQ(l [all...] |
H A D | macros.h | 170 #define ATF_REQUIRE_STREQ(x, y) \ macro
|
H A D | macros_test.c | 177 H_DEF(require_streq_ ## id, ATF_REQUIRE_STREQ(v1, v2)) 699 atf_tc_set_md_var(tc, "descr", "Tests the ATF_REQUIRE_STREQ and "
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | time_test.c | 58 ATF_REQUIRE_STREQ(buf, test_text); 86 ATF_REQUIRE_STREQ(buf, test_text); 114 ATF_REQUIRE_STREQ(buf, test_text); 142 ATF_REQUIRE_STREQ(buf, test_text); 170 ATF_REQUIRE_STREQ(buf, test_text); 198 ATF_REQUIRE_STREQ(buf, test_text);
|
Completed in 544 milliseconds