Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

700 // This is the default global test part result reporter used in UnitTestImpl.
701 // This class should only be used by UnitTestImpl.
705 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
711 UnitTestImpl* const unit_test_;
717 // UnitTestImpl. This class should only be used by UnitTestImpl.
721 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
727 UnitTestImpl* const unit_test_;
736 class UnitTestImpl {
738 explicit UnitTestImpl(UnitTest* parent);
739 virtual ~UnitTestImpl();
1122 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
1123 }; // class UnitTestImpl
1127 inline UnitTestImpl* GetUnitTestImpl() {