Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc274 using testing::internal::TestResultAccessor;
341 TestResultAccessor::ClearTestPartResults( in ClearCurrentTestPartResults()
1432 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r1)); in SetUp()
1434 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r2)); in SetUp()
1512 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1524 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1525 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1543 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1544 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); in TEST()
1545 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); in TEST()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h182 class TestResultAccessor; variable
451 friend class internal::TestResultAccessor;
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1053 class TestResultAccessor {