Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

461 // This is the default global test part result reporter used in UnitTestImpl.
462 // This class should only be used by UnitTestImpl.
466 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
472 UnitTestImpl* const unit_test_;
478 // UnitTestImpl. This class should only be used by UnitTestImpl.
482 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
488 UnitTestImpl* const unit_test_;
497 class GTEST_API_ UnitTestImpl {
499 explicit UnitTestImpl(UnitTest* parent);
500 virtual ~UnitTestImpl();
900 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
901 }; // class UnitTestImpl
905 inline UnitTestImpl* GetUnitTestImpl() {