Searched refs:EXPECT_PRINT_TO_STRING_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/testing/gtest/test/ |
D | gtest-printers_test.cc | 1460 #define EXPECT_PRINT_TO_STRING_(value, expected_string) \ macro 1465 EXPECT_PRINT_TO_STRING_(123, "123"); in TEST() 1470 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1476 EXPECT_PRINT_TO_STRING_(p, "\"hello\""); in TEST() 1481 EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); in TEST() 1487 EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); in TEST() 1492 EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); in TEST() 1497 EXPECT_PRINT_TO_STRING_(s, "\"hello\""); in TEST() 1502 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST() 1505 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST() [all …]
|
/external/gtest/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 …]
|