Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-printers-test.cc | 1612 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro 1616 TEST(PrintToStringTest, WorksForScalar) { EXPECT_PRINT_TO_STRING_(123, "123"); } 1620 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); 1626 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); 1631 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); 1637 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); 1642 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); 1647 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); 1652 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); 1655 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); [all …]
|