Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1021 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1024 test_result->RecordProperty(xml_element, property); in RecordProperty()
1027 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1028 test_result->ClearTestPartResults(); in ClearTestPartResults()
1032 const TestResult& test_result) { in test_part_results() argument
1033 return test_result.test_part_results(); in test_part_results()
H A Dgtest.cc4973 TestResult* test_result; // TestResult appropriate for property recording. in RecordProperty() local
4977 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() local
5253 for (int j = 0; j < test_result.total_part_count(); ++j) { in RunAllTests()
5255 test_result.GetTestPartResult(j); in RunAllTests()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1461 TestResult test_result; in TEST() local
1462 ASSERT_EQ(0, test_result.test_property_count()); in TEST()
1467 TestResult test_result; in TEST() local
1470 ASSERT_EQ(1, test_result.test_property_count()); in TEST()
1478 TestResult test_result; in TEST() local
1483 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
1495 TestResult test_result; in TEST() local
1517 TestResult test_result; in TEST() local
7788 EXPECT_TRUE(test_result.Failed()); in TEST_F()
7792 const testing::TestResult& test_result = in TEST_F() local
[all …]