Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTestImpl

704 // This is the default global test part result reporter used in UnitTestImpl.
705 // This class should only be used by UnitTestImpl.
709 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
715 UnitTestImpl* const unit_test_;
721 // UnitTestImpl. This class should only be used by UnitTestImpl.
725 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
731 UnitTestImpl* const unit_test_;
740 class UnitTestImpl {
742 explicit UnitTestImpl(UnitTest* parent);
743 virtual ~UnitTestImpl();
1126 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
1127 }; // class UnitTestImpl
1131 inline UnitTestImpl* GetUnitTestImpl() {