Lines Matching defs:test_result
1462 static void RecordProperty(TestResult* test_result,
1465 test_result->RecordProperty(xml_element, property);
1468 static void ClearTestPartResults(TestResult* test_result) {
1469 test_result->ClearTestPartResults();
1473 const TestResult& test_result) {
1474 return test_result.test_part_results();
5558 TestResult* test_result; // TestResult appropriate for property recording.
5562 test_result = &(current_test_info_->result_);
5565 test_result = &(current_test_case_->ad_hoc_test_result_);
5568 test_result = &ad_hoc_test_result_;
5570 test_result->RecordProperty(xml_element, test_property);