Home | History | Annotate | Download | only in src

Lines Matching refs:UnitTest

732 // The private implementation of the UnitTest class.  We don't protect
734 // user and the UnitTest class that delegates work to this class does
738 explicit UnitTestImpl(UnitTest* parent);
920 // Runs all tests in this UnitTest object, prints the result, and
1016 friend class ::testing::UnitTest;
1018 // The UnitTest object that owns this implementation object.
1019 UnitTest* const parent_;
1094 // The OS stack trace getter. Will be deleted when the UnitTest
1125 // Convenience function for accessing the global UnitTest
1128 return UnitTest::GetInstance()->impl();