Lines Matching refs:EXPECTED
2258 prints EXPECTED, assuming that pp_show_color is SHOW_COLOR. */
2261 assert_pp_format_va (const location &loc, const char *expected,
2277 ASSERT_STREQ_AT (loc, expected, pp_formatted_text (&pp));
2281 prints EXPECTED, with show_color disabled. */
2284 assert_pp_format (const location &loc, const char *expected,
2290 assert_pp_format_va (loc, expected, false, fmt, &ap);
2297 assert_pp_format_colored (const location &loc, const char *expected,
2309 assert_pp_format_va (loc, expected, true, fmt, &ap);
2318 #define ASSERT_PP_FORMAT_1(EXPECTED, FMT, ARG1) \
2320 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2324 #define ASSERT_PP_FORMAT_2(EXPECTED, FMT, ARG1, ARG2) \
2326 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2330 #define ASSERT_PP_FORMAT_3(EXPECTED, FMT, ARG1, ARG2, ARG3) \
2332 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \
2458 as expected, with and without line wrapping. */
2538 /* Verify that URL-printing works as expected. */