Lines Matching refs:TestProperty
368 // Don't inherit from TestProperty as its destructor is not virtual.
369 class TestProperty {
371 // C'tor. TestProperty does NOT have a default constructor.
373 // TestProperty object.
374 TestProperty(const std::string& a_key, const std::string& a_value)
443 const TestProperty& GetTestProperty(int i) const;
462 const std::vector<TestProperty>& test_properties() const {
479 const TestProperty& test_property);
485 const TestProperty& test_property);
509 std::vector<TestProperty> test_properties_;
1254 // Adds a TestProperty to the current TestResult object when invoked from