Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 1459 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro 1464 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST() 1469 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1475 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1480 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST() 1486 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST() 1491 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST() 1496 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST() 1501 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST() 1504 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST() [all …]
|