Searched refs:TestInfoImpl (Results 1 – 4 of 4) sorted by relevance
598 class TestInfoImpl {600 TestInfoImpl(TestInfo* parent, const char* test_case_name,604 ~TestInfoImpl();671 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfoImpl);766 const internal::TestInfoImpl* const impl = test_info->impl(); in TestPassed()772 const internal::TestInfoImpl* const impl = test_info->impl(); in TestFailed()
1968 const internal::TestInfoImpl* const first_test_info = in HasSameFixtureClass()1974 const internal::TestInfoImpl* const this_test_info = in HasSameFixtureClass()2097 impl_ = new internal::TestInfoImpl(this, test_case_name, name, in TestInfo()2249 void TestInfoImpl::Run() { in Run()2388 test_info_list_->ForEach(internal::TestInfoImpl::RunTest); in Run()2399 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult); in ClearResult()3956 TestInfoImpl::TestInfoImpl(TestInfo* parent, in UnitTestImpl() function in testing::internal::TestInfoImpl3975 TestInfoImpl::~TestInfoImpl() { in UnitTestImpl()
253 friend class internal::TestInfoImpl;401 friend class internal::TestInfoImpl;418 internal::TestInfoImpl* impl() { return impl_; } in impl()419 const internal::TestInfoImpl* impl() const { return impl_; } in impl()429 internal::TestInfoImpl* impl_;
117 class TestInfoImpl; // Opaque implementation of TestInfo variable