Lines Matching refs:UnitTest
504 // The private implementation of the UnitTest class. We don't protect
506 // user and the UnitTest class that delegates work to this class does
510 explicit UnitTestImpl(UnitTest* parent);
732 // Runs all tests in this UnitTest object, prints the result, and
834 // UnitTest::Run() starts.
838 friend class ::testing::UnitTest;
840 // Used by UnitTest::Run() to capture the state of
844 // The UnitTest object that owns this implementation object.
845 UnitTest* const parent_;
924 // The OS stack trace getter. Will be deleted when the UnitTest
964 // Convenience function for accessing the global UnitTest
967 return UnitTest::GetInstance()->impl();
1137 void OnTestProgramStart(const UnitTest& /* unit_test */) override {
1141 void OnTestProgramEnd(const UnitTest& unit_test) override {
1150 void OnTestIterationStart(const UnitTest& /* unit_test */,
1156 void OnTestIterationEnd(const UnitTest& unit_test,