Searched refs:TestResultPrinter (Results 1 – 1 of 1) sorted by relevance
215 class TestResultPrinter : public testing::EmptyTestEventListener { class217 TestResultPrinter() : pinfo_(NULL) {} in TestResultPrinter() function in TestResultPrinter228 void TestResultPrinter::OnTestPartResult(const testing::TestPartResult& result) { in OnTestPartResult()833 testing::UnitTest::GetInstance()->listeners().Append(new TestResultPrinter); in RunTestInSeparateProc()