Searched refs:test_result (Results 1 – 3 of 3) sorted by relevance
1021 static void RecordProperty(TestResult* test_result, in RecordProperty() argument1024 test_result->RecordProperty(xml_element, property); in RecordProperty()1027 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument1028 test_result->ClearTestPartResults(); in ClearTestPartResults()1032 const TestResult& test_result) { in test_part_results() argument1033 return test_result.test_part_results(); in test_part_results()
4973 TestResult* test_result; // TestResult appropriate for property recording. in RecordProperty() local4977 test_result = &(current_test_info_->result_); in RecordProperty()4980 test_result = &(current_test_case_->ad_hoc_test_result_); in RecordProperty()4983 test_result = &ad_hoc_test_result_; in RecordProperty()4985 test_result->RecordProperty(xml_element, test_property); in RecordProperty()5251 TestResult& test_result = in RunAllTests() local5253 for (int j = 0; j < test_result.total_part_count(); ++j) { in RunAllTests()5255 test_result.GetTestPartResult(j); in RunAllTests()
1461 TestResult test_result; in TEST() local1462 ASSERT_EQ(0, test_result.test_property_count()); in TEST()1467 TestResult test_result; in TEST() local1470 ASSERT_EQ(1, test_result.test_property_count()); in TEST()1478 TestResult test_result; in TEST() local1483 ASSERT_EQ(2, test_result.test_property_count()); in TEST()1495 TestResult test_result; in TEST() local1517 TestResult test_result; in TEST() local7788 EXPECT_TRUE(test_result.Failed()); in TEST_F()7792 const testing::TestResult& test_result = in TEST_F() local[all …]