Lines Matching refs:property
2035 // Returns the i-th test property. i can range from 0 to
2054 // Adds a test property to the list. If a property with the same key as the
2055 // supplied property is already represented, the value of this test_property
2154 // xml_element. Returns true if the property is valid.
3408 // delimited XML attributes based on the property key="value" pairs.
3738 // delimited XML attributes based on the property key="value" pairs.
3743 const TestProperty& property = result.GetTestProperty(i);
3744 attributes << " " << property.key() << "="
3745 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
4170 // from SetUpTestCase or TearDownTestCase, or to the global property set
4171 // when invoked elsewhere. If the result already contains a property with
4367 // from SetUpTestCase/TearDownTestCase, or to the global property set
4368 // otherwise. If the result already contains a property with the same key,
4372 TestResult* test_result; // TestResult appropriate for property recording.