Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1065 static const std::vector<testing::TestPartResult>& test_part_results( in test_part_results() function
1067 return test_result.test_part_results(); in test_part_results()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h457 const std::vector<TestPartResult>& test_part_results() const { in test_part_results() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1432 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r1)); in SetUp()
1434 const_cast<TPRVector*>(&TestResultAccessor::test_part_results(*r2)); in SetUp()