Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

471 // This is the default global test part result reporter used in UnitTestImpl.
472 // This class should only be used by UnitTestImpl.
476 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
482 UnitTestImpl* const unit_test_;
488 // UnitTestImpl. This class should only be used by UnitTestImpl.
492 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
498 UnitTestImpl* const unit_test_;
507 class GTEST_API_ UnitTestImpl {
509 explicit UnitTestImpl(UnitTest* parent);
510 virtual ~UnitTestImpl();
918 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
919 }; // class UnitTestImpl
923 inline UnitTestImpl* GetUnitTestImpl() {