Searched refs:UnitTestImpl (Results 1 – 6 of 6) sorted by relevance
555 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()568 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()661 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()670 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()679 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()685 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()693 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()698 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()704 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()709 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()[all …]
477 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);483 UnitTestImpl* const unit_test_;493 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);499 UnitTestImpl* const unit_test_;508 class GTEST_API_ UnitTestImpl {510 explicit UnitTestImpl(UnitTest* parent);511 virtual ~UnitTestImpl();925 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);930 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
685 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1101 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1156 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
163 class UnitTestImpl* GetUnitTestImpl();547 friend class internal::UnitTestImpl;676 friend class internal::UnitTestImpl;807 friend class internal::UnitTestImpl;1048 friend class internal::UnitTestImpl;1224 internal::UnitTestImpl* impl() { return impl_; } in impl()1225 const internal::UnitTestImpl* impl() const { return impl_; } in impl()1235 friend internal::UnitTestImpl* internal::GetUnitTestImpl();1263 internal::UnitTestImpl* impl_;
97 class UnitTestImpl; // Opaque implementation of UnitTest variable
103 UnitTestImpl* unit_test_impl_;