Searched refs:GetTestInfo (Results 1 – 2 of 2) sorted by relevance
2775 const TestInfo* TestSuite::GetTestInfo(int i) const { in GetTestInfo() function in testing::TestSuite3301 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests()3326 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests()3879 if (test_suite.GetTestInfo(i)->is_reportable()) in PrintXmlTestSuite()3880 OutputXmlTestInfo(stream, test_suite.name(), *test_suite.GetTestInfo(i)); in PrintXmlTestSuite()4257 if (test_suite.GetTestInfo(i)->is_reportable()) { in PrintJsonTestSuite()4263 OutputJsonTestInfo(stream, test_suite.name(), *test_suite.GetTestInfo(i)); in PrintJsonTestSuite()
902 const TestInfo* GetTestInfo(int i) const;