• Home
  • Raw
  • Download

Lines Matching refs:UnitTestImpl

581   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();  in Init()
594 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
687 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()
696 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()
705 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
711 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
719 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
724 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
730 int UnitTestImpl::successful_test_case_count() const { in successful_test_case_count()
735 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count()
740 int UnitTestImpl::total_test_case_count() const { in total_test_case_count()
746 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count()
751 int UnitTestImpl::successful_test_count() const { in successful_test_count()
756 int UnitTestImpl::failed_test_count() const { in failed_test_count()
761 int UnitTestImpl::reportable_disabled_test_count() const { in reportable_disabled_test_count()
767 int UnitTestImpl::disabled_test_count() const { in disabled_test_count()
772 int UnitTestImpl::reportable_test_count() const { in reportable_test_count()
777 int UnitTestImpl::total_test_count() const { in total_test_count()
782 int UnitTestImpl::test_to_run_count() const { in test_to_run_count()
796 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop()
2270 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
2468 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2617 void UnitTestImpl::RegisterParameterizedTests() { in RegisterParameterizedTests()
2634 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2762 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
4259 &internal::UnitTestImpl::RunAllTests, in Run()
4300 impl_ = new internal::UnitTestImpl(this); in UnitTest()
4325 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
4357 UnitTestImpl::~UnitTestImpl() { in ~UnitTestImpl()
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
4392 void UnitTestImpl::SuppressTestEventsIfInSubprocess() { in SuppressTestEventsIfInSubprocess()
4400 void UnitTestImpl::ConfigureXmlOutput() { in ConfigureXmlOutput()
4415 void UnitTestImpl::ConfigureStreamingOutput() { in ConfigureStreamingOutput()
4436 void UnitTestImpl::PostFlagParsingInit() { in PostFlagParsingInit()
4502 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, in GetTestCase()
4551 bool UnitTestImpl::RunAllTests() { in RunAllTests()
4789 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { in FilterTests()
4865 void UnitTestImpl::ListTestsMatchingFilter() { in ListTestsMatchingFilter()
4907 void UnitTestImpl::set_os_stack_trace_getter( in set_os_stack_trace_getter()
4918 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { in os_stack_trace_getter()
4932 TestResult* UnitTestImpl::current_test_result() { in current_test_result()
4939 void UnitTestImpl::ShuffleTests() { in ShuffleTests()
4954 void UnitTestImpl::UnshuffleTests() { in UnshuffleTests()