Home
last modified time | relevance | path

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

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