Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 1412 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro 1417 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST() 1422 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1428 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1433 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST() 1439 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST() 1444 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST() 1449 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST() 1454 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST() 1457 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST() [all …]
|