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()
1428 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r1)); in SetUp()
1430 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r2)); in SetUp()
1508 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1520 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1521 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1539 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1560 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1561 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h183 class TestResultAccessor; variable
452 friend class internal::TestResultAccessor;
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1041 class TestResultAccessor {