Searched refs:actual_property (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/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/gtest/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());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1892 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1893 EXPECT_STREQ("key_1", actual_property.key());
1894 EXPECT_STREQ("1", actual_property.value());

Completed in 590 milliseconds