Lines Matching defs:property
1712 // Returns the i-th test property. i can range from 0 to
1731 // Adds a test property to the list. If a property with the same key as the
1732 // supplied property is already represented, the value of this test_property
1831 // xml_element. Returns true if the property is valid.
3073 // delimited XML attributes based on the property key="value" pairs.
3394 // delimited XML attributes based on the property key="value" pairs.
3399 const TestProperty& property = result.GetTestProperty(i);
3400 attributes << " " << property.key() << "="
3401 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
3837 // from SetUpTestCase or TearDownTestCase, or to the global property set
3838 // when invoked elsewhere. If the result already contains a property with
4041 // from SetUpTestCase/TearDownTestCase, or to the global property set
4042 // otherwise. If the result already contains a property with the same key,
4046 TestResult* test_result; // TestResult appropriate for property recording.