Home | History | Annotate | Download | only in src

Lines Matching defs:UnitTestImpl

472 // This is the default global test part result reporter used in UnitTestImpl.
473 // This class should only be used by UnitTestImpl.
477 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
483 UnitTestImpl* const unit_test_;
489 // UnitTestImpl. This class should only be used by UnitTestImpl.
493 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
499 UnitTestImpl* const unit_test_;
508 class GTEST_API_ UnitTestImpl {
510 explicit UnitTestImpl(UnitTest* parent);
511 virtual ~UnitTestImpl();
931 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
932 }; // class UnitTestImpl
936 inline UnitTestImpl* GetUnitTestImpl() {