Lines Matching defs:key

189   void UnitTestRecordProperty(const char* key, const std::string& value) {
190 unit_test_.RecordProperty(key, value);
1068 TestProperty property("key", "1");
1069 EXPECT_STREQ("key", property.key());
1075 TestProperty property("key", "1");
1318 const TestProperty property("key", "value");
1319 EXPECT_STREQ("key", property.key());
1324 TestProperty property("key", "value_1");
1325 EXPECT_STREQ("key", property.key());
1327 EXPECT_STREQ("key", property.key());
1451 EXPECT_STREQ("key_1", actual_property.key());
1464 EXPECT_STREQ("key_1", actual_property_1.key());
1468 EXPECT_STREQ("key_2", actual_property_2.key());
1486 EXPECT_STREQ("key_1", actual_property_1.key());
1490 EXPECT_STREQ("key_2", actual_property_2.key());
1508 EXPECT_STREQ("key_1", fetched_property_1.key());
1511 EXPECT_STREQ("key_2", fetched_property_2.key());
1514 EXPECT_STREQ("key_3", fetched_property_3.key());
1940 // When a property using a reserved key is supplied to this function, it
1944 const TestResult& test_result, const char* key) {
1945 EXPECT_NONFATAL_FAILURE(Test::RecordProperty(key, "1"), "Reserved key");
1946 ASSERT_EQ(0, test_result.test_property_count()) << "Property for key '" << key
1951 const char* key) {
1955 key);
1959 const char* key) {
1963 test_case->ad_hoc_test_result(), key);
1967 const char* key) {
1969 UnitTest::GetInstance()->ad_hoc_test_result(), key);
1998 test_case->ad_hoc_test_result().GetTestProperty(0).key());
2011 unit_test_.ad_hoc_test_result().GetTestProperty(0).key());
2024 unit_test_.ad_hoc_test_result().GetTestProperty(0).key());
2028 unit_test_.ad_hoc_test_result().GetTestProperty(1).key());
2042 unit_test_.ad_hoc_test_result().GetTestProperty(0).key());
2047 unit_test_.ad_hoc_test_result().GetTestProperty(1).key());