Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp639 class TestResultPrinter : public ::testing::EmptyTestEventListener { class
641 TestResultPrinter() : pinfo_(nullptr) {} in TestResultPrinter() function in android::gtest_extras::TestResultPrinter
652 void TestResultPrinter::OnTestPartResult(const ::testing::TestPartResult& result) { in OnTestPartResult()
802 ::testing::UnitTest::GetInstance()->listeners().Append(new TestResultPrinter); in Run()