Lines Matching refs:UnitTestImpl
454 // This is the default global test part result reporter used in UnitTestImpl.
455 // This class should only be used by UnitTestImpl.
459 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
465 UnitTestImpl* const unit_test_;
471 // UnitTestImpl. This class should only be used by UnitTestImpl.
475 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
481 UnitTestImpl* const unit_test_;
490 class GTEST_API_ UnitTestImpl {
492 explicit UnitTestImpl(UnitTest* parent);
493 virtual ~UnitTestImpl();
893 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
894 }; // class UnitTestImpl
898 inline UnitTestImpl* GetUnitTestImpl() {