Lines Matching refs:UnitTestImpl
878 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
884 UnitTestImpl* const unit_test_;
894 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
900 UnitTestImpl* const unit_test_;
909 class GTEST_API_ UnitTestImpl { class
911 explicit UnitTestImpl(UnitTest* parent);
912 virtual ~UnitTestImpl();
1332 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
1337 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
2043 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
2056 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
2149 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()
2158 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()
2167 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
2173 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
2181 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
2186 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
2192 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()
2197 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()
2202 int UnitTestImpl::total_test_case_count() const { in total_test_case_count()
2208 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count()
2213 int UnitTestImpl::successful_test_count() const { in successful_test_count()
2218 int UnitTestImpl::failed_test_count() const { in failed_test_count()
2223 int UnitTestImpl::reportable_disabled_test_count() const { in reportable_disabled_test_count()
2229 int UnitTestImpl::disabled_test_count() const { in disabled_test_count()
2234 int UnitTestImpl::reportable_test_count() const { in reportable_test_count()
2239 int UnitTestImpl::total_test_count() const { in total_test_count()
2244 int UnitTestImpl::test_to_run_count() const { in test_to_run_count()
2258 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
3430 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
3628 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3771 void UnitTestImpl::RegisterParameterizedTests() { in RegisterParameterizedTests()
3788 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3916 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
5412 &internal::UnitTestImpl::RunAllTests, in Run()
5453 impl_ = new internal::UnitTestImpl(this); in UnitTest()
5478 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
5517 UnitTestImpl::~UnitTestImpl() { in ~UnitTestImpl()
5532 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
5552 void UnitTestImpl::SuppressTestEventsIfInSubprocess() { in SuppressTestEventsIfInSubprocess()
5560 void UnitTestImpl::ConfigureXmlOutput() { in ConfigureXmlOutput()
5575 void UnitTestImpl::ConfigureStreamingOutput() { in ConfigureStreamingOutput()
5596 void UnitTestImpl::PostFlagParsingInit() { in PostFlagParsingInit()
5657 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, in GetTestCase()
5706 bool UnitTestImpl::RunAllTests() { in RunAllTests()
5939 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { in FilterTests()
6015 void UnitTestImpl::ListTestsMatchingFilter() { in ListTestsMatchingFilter()
6057 void UnitTestImpl::set_os_stack_trace_getter( in set_os_stack_trace_getter()
6068 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { in os_stack_trace_getter()
6078 TestResult* UnitTestImpl::current_test_result() { in current_test_result()
6085 void UnitTestImpl::ShuffleTests() { in ShuffleTests()
6100 void UnitTestImpl::UnshuffleTests() { in UnshuffleTests()
7179 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
7595 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
7650 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()