Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

556   internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
569 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
662 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
671 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
680 UnitTestImpl::GetGlobalTestPartResultReporter() {
686 void UnitTestImpl::SetGlobalTestPartResultReporter(
694 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
699 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
705 int UnitTestImpl::successful_test_case_count() const {
710 int UnitTestImpl::failed_test_case_count() const {
715 int UnitTestImpl::total_test_case_count() const {
721 int UnitTestImpl::test_case_to_run_count() const {
726 int UnitTestImpl::successful_test_count() const {
731 int UnitTestImpl::failed_test_count() const {
736 int UnitTestImpl::disabled_test_count() const {
741 int UnitTestImpl::total_test_count() const {
746 int UnitTestImpl::test_to_run_count() const {
760 String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1953 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2156 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2300 void UnitTestImpl::RegisterParameterizedTests() {
2317 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
2434 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
3903 &internal::UnitTestImpl::RunAllTests,
3944 impl_ = new internal::UnitTestImpl(this);
3969 UnitTestImpl::UnitTestImpl(UnitTest* parent)
4009 UnitTestImpl::~UnitTestImpl() {
4022 void UnitTestImpl::SuppressTestEventsIfInSubprocess() {
4030 void UnitTestImpl::ConfigureXmlOutput() {
4045 void UnitTestImpl::ConfigureStreamingOutput() {
4066 void UnitTestImpl::PostFlagParsingInit() {
4127 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name,
4176 bool UnitTestImpl::RunAllTests() {
4409 int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) {
4463 UnitTestImpl::ListTestsMatchingFilter() {
4488 void UnitTestImpl::set_os_stack_trace_getter(
4499 OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() {
4509 TestResult* UnitTestImpl::current_test_result() {
4516 void UnitTestImpl::ShuffleTests() {
4531 void UnitTestImpl::UnshuffleTests() {