Lines Matching refs:UnitTestImpl
884 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
890 UnitTestImpl* const unit_test_;
900 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
906 UnitTestImpl* const unit_test_;
915 class GTEST_API_ UnitTestImpl { class
917 explicit UnitTestImpl(UnitTest* parent);
918 virtual ~UnitTestImpl();
1331 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
1336 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
2013 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
2026 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
2113 UnitTestImpl* unit_test) in DefaultGlobalTestPartResultReporter()
2123 UnitTestImpl* unit_test) in DefaultPerThreadTestPartResultReporter()
2133 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
2139 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
2147 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
2152 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
2158 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()
2163 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()
2168 int UnitTestImpl::total_test_case_count() const { in total_test_case_count()
2174 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count()
2179 int UnitTestImpl::successful_test_count() const { in successful_test_count()
2184 int UnitTestImpl::failed_test_count() const { in failed_test_count()
2189 int UnitTestImpl::reportable_disabled_test_count() const { in reportable_disabled_test_count()
2195 int UnitTestImpl::disabled_test_count() const { in disabled_test_count()
2200 int UnitTestImpl::reportable_test_count() const { in reportable_test_count()
2205 int UnitTestImpl::total_test_count() const { in total_test_count()
2210 int UnitTestImpl::test_to_run_count() const { in test_to_run_count()
2224 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
3316 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
3514 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3652 void UnitTestImpl::RegisterParameterizedTests() { in RegisterParameterizedTests()
3669 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3796 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
5270 impl(), &internal::UnitTestImpl::RunAllTests, in Run()
5311 UnitTest::UnitTest() { impl_ = new internal::UnitTestImpl(this); } in UnitTest()
5332 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
5371 UnitTestImpl::~UnitTestImpl() { in ~UnitTestImpl()
5386 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
5406 void UnitTestImpl::SuppressTestEventsIfInSubprocess() { in SuppressTestEventsIfInSubprocess()
5414 void UnitTestImpl::ConfigureXmlOutput() { in ConfigureXmlOutput()
5429 void UnitTestImpl::ConfigureStreamingOutput() { in ConfigureStreamingOutput()
5450 void UnitTestImpl::PostFlagParsingInit() { in PostFlagParsingInit()
5510 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, in GetTestCase()
5557 bool UnitTestImpl::RunAllTests() { in RunAllTests()
5788 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { in FilterTests()
5864 void UnitTestImpl::ListTestsMatchingFilter() { in ListTestsMatchingFilter()
5905 void UnitTestImpl::set_os_stack_trace_getter( in set_os_stack_trace_getter()
5916 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { in os_stack_trace_getter()
5926 TestResult* UnitTestImpl::current_test_result() { in current_test_result()
5933 void UnitTestImpl::ShuffleTests() { in ShuffleTests()
5948 void UnitTestImpl::UnshuffleTests() { in UnshuffleTests()
7045 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
7451 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
7506 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()