Home
last modified time | relevance | path

Searched refs:TestResultPrinter (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp199 class TestResultPrinter : public testing::EmptyTestEventListener { class
201 TestResultPrinter() : pinfo_(NULL) {} in TestResultPrinter() function in TestResultPrinter
212 void TestResultPrinter::OnTestPartResult(const testing::TestPartResult& result) { in OnTestPartResult()
751 testing::UnitTest::GetInstance()->listeners().Append(new TestResultPrinter); in RunTestInSeparateProc()