Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

463 // This is the default global test part result reporter used in UnitTestImpl.
464 // This class should only be used by UnitTestImpl.
468 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
474 UnitTestImpl* const unit_test_;
480 // UnitTestImpl. This class should only be used by UnitTestImpl.
484 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
490 UnitTestImpl* const unit_test_;
499 class GTEST_API_ UnitTestImpl {
501 explicit UnitTestImpl(UnitTest* parent);
502 virtual ~UnitTestImpl();
922 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
923 }; // class UnitTestImpl
927 inline UnitTestImpl* GetUnitTestImpl() {