Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTestImpl

529 // This is the default global test part result reporter used in UnitTestImpl.
530 // This class should only be used by UnitTestImpl.
534 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
540 UnitTestImpl* const unit_test_;
546 // UnitTestImpl. This class should only be used by UnitTestImpl.
550 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
556 UnitTestImpl* const unit_test_;
565 class GTEST_API_ UnitTestImpl {
567 explicit UnitTestImpl(UnitTest* parent);
568 virtual ~UnitTestImpl();
946 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);
947 }; // class UnitTestImpl
951 inline UnitTestImpl* GetUnitTestImpl() {