• Home
  • Raw
  • Download

Lines Matching refs:UnitTestImpl

523   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();  in Init()
536 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
631 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()
640 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()
649 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
655 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
663 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
668 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
674 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()
679 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()
684 int UnitTestImpl::total_test_case_count() const { in total_test_case_count()
690 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count()
695 int UnitTestImpl::successful_test_count() const { in successful_test_count()
700 int UnitTestImpl::failed_test_count() const { in failed_test_count()
705 int UnitTestImpl::disabled_test_count() const { in disabled_test_count()
710 int UnitTestImpl::total_test_count() const { in total_test_count()
715 int UnitTestImpl::test_to_run_count() const { in test_to_run_count()
729 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
1963 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
2029 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2235 void UnitTestImpl::RegisterParameterizedTests() { in RegisterParameterizedTests()
2250 UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2385 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3704 impl_ = new internal::UnitTestImpl(this); in UnitTest()
3729 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
3768 UnitTestImpl::~UnitTestImpl() { in UnitTestImpl()
3781 void UnitTestImpl::SuppressTestEventsIfInSubprocess() { in UnitTestImpl()
3789 void UnitTestImpl::ConfigureXmlOutput() { in UnitTestImpl()
3806 void UnitTestImpl::PostFlagParsingInit() { in UnitTestImpl()
3860 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, in UnitTestImpl()
3906 int UnitTestImpl::RunAllTests() { in UnitTestImpl()
4135 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { in UnitTestImpl()
4189 void UnitTestImpl::ListTestsMatchingFilter() { in UnitTestImpl()
4214 void UnitTestImpl::set_os_stack_trace_getter( in UnitTestImpl()
4225 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { in UnitTestImpl()
4235 TestResult* UnitTestImpl::current_test_result() { in UnitTestImpl()
4242 void UnitTestImpl::ShuffleTests() { in UnitTestImpl()
4257 void UnitTestImpl::UnshuffleTests() { in UnitTestImpl()