Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTestImpl

464 // This is the default global test part result reporter used in UnitTestImpl.
465 // This class should only be used by UnitTestImpl.
469 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
475 UnitTestImpl* const unit_test_;
481 // UnitTestImpl. This class should only be used by UnitTestImpl.
485 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
491 UnitTestImpl* const unit_test_;
500 class GTEST_API_ UnitTestImpl {
502 explicit UnitTestImpl(UnitTest* parent);
503 virtual ~UnitTestImpl();
903 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
904 }; // class UnitTestImpl
908 inline UnitTestImpl* GetUnitTestImpl() {