Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc281 using testing::internal::TestResultAccessor;
353 TestResultAccessor::ClearTestPartResults( in ClearCurrentTestPartResults()
1384 &TestResultAccessor::test_part_results(*r1)); in SetUp()
1386 &TestResultAccessor::test_part_results(*r2)); in SetUp()
1464 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1476 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1477 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1495 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1496 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); in TEST()
1497 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); in TEST()
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h158 class TestResultAccessor; variable
546 friend class internal::TestResultAccessor;
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1043 class TestResultAccessor {