Searched defs:actual_property (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc1729 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1730 EXPECT_STREQ("key_1", actual_property.key());
1731 EXPECT_STREQ("1", actual_property.value());
/external/googletest/googletest/test/
H A Dgtest_unittest.cc1450 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1451 EXPECT_STREQ("key_1", actual_property.key());
1452 EXPECT_STREQ("1", actual_property.value());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1571 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1572 EXPECT_STREQ("key_1", actual_property.key());
1573 EXPECT_STREQ("1", actual_property.value());
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc1450 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1451 EXPECT_STREQ("key_1", actual_property.key());
1452 EXPECT_STREQ("1", actual_property.value());
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc1457 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1458 EXPECT_STREQ("key_1", actual_property.key());
1459 EXPECT_STREQ("1", actual_property.value());

Completed in 187 milliseconds