Searched refs:GetTestInfo (Results 1 – 2 of 2) sorted by relevance
2948 const TestInfo* TestSuite::GetTestInfo(int i) const { in GetTestInfo() function in testing::TestSuite3557 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests()3606 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests()4343 if (test_suite.GetTestInfo(i)->is_reportable()) in PrintXmlTestSuite()4344 OutputXmlTestInfo(stream, test_suite.name(), *test_suite.GetTestInfo(i)); in PrintXmlTestSuite()4784 if (test_suite.GetTestInfo(i)->is_reportable()) { in PrintJsonTestSuite()4790 OutputJsonTestInfo(stream, test_suite.name(), *test_suite.GetTestInfo(i)); in PrintJsonTestSuite()
748 const TestInfo* GetTestInfo(int i) const;