Lines Matching refs:test_property
2284 // supplied property is already represented, the value of this test_property
2287 const TestProperty& test_property) {
2288 if (!ValidateTestProperty(xml_element, test_property)) {
2294 internal::TestPropertyKeyIs(test_property.key()));
2296 test_properties_.push_back(test_property);
2299 property_with_matching_key->SetValue(test_property.value());
2394 const TestProperty& test_property) {
2395 return ValidateTestPropertyName(test_property.key(),
5601 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
5615 test_result->RecordProperty(xml_element, test_property);