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

/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc1628 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1629 EXPECT_STREQ("key_1", actual_property.key());
1630 EXPECT_STREQ("1", actual_property.value());
/external/gtest/test/
H A Dgtest_unittest.cc1628 const TestProperty& actual_property = test_result.GetTestProperty(0); local
1629 EXPECT_STREQ("key_1", actual_property.key());
1630 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 1846 milliseconds