Lines Matching refs:UnitTestImpl
531 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
544 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
639 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()
648 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()
657 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
663 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
671 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
676 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
682 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()
687 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()
692 int UnitTestImpl::total_test_case_count() const { in total_test_case_count()
698 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count()
703 int UnitTestImpl::successful_test_count() const { in successful_test_count()
708 int UnitTestImpl::failed_test_count() const { in failed_test_count()
713 int UnitTestImpl::disabled_test_count() const { in disabled_test_count()
718 int UnitTestImpl::total_test_count() const { in total_test_count()
723 int UnitTestImpl::test_to_run_count() const { in test_to_run_count()
737 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
1989 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
2055 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2261 void UnitTestImpl::RegisterParameterizedTests() { in RegisterParameterizedTests()
2276 UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2409 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3728 impl_ = new internal::UnitTestImpl(this); in UnitTest()
3753 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
3792 UnitTestImpl::~UnitTestImpl() { in UnitTestImpl()
3805 void UnitTestImpl::SuppressTestEventsIfInSubprocess() { in UnitTestImpl()
3813 void UnitTestImpl::ConfigureXmlOutput() { in UnitTestImpl()
3830 void UnitTestImpl::PostFlagParsingInit() { in UnitTestImpl()
3884 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, in UnitTestImpl()
3934 int UnitTestImpl::RunAllTests() { in UnitTestImpl()
4165 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { in UnitTestImpl()
4219 void UnitTestImpl::ListTestsMatchingFilter() { in UnitTestImpl()
4244 void UnitTestImpl::set_os_stack_trace_getter( in UnitTestImpl()
4255 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { in UnitTestImpl()
4265 TestResult* UnitTestImpl::current_test_result() { in UnitTestImpl()
4272 void UnitTestImpl::ShuffleTests() { in UnitTestImpl()
4287 void UnitTestImpl::UnshuffleTests() { in UnitTestImpl()