Searched refs:GetTestInfo (Results 1 – 2 of 2) sorted by relevance
4232 const TestInfo* TestCase::GetTestInfo(int i) const { in GetTestInfo() function in testing::TestCase4706 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests()5231 if (test_case.GetTestInfo(i)->is_reportable()) in PrintXmlTestCase()5232 OutputXmlTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i)); in PrintXmlTestCase()5596 if (test_case.GetTestInfo(i)->is_reportable()) { in PrintJsonTestCase()5602 OutputJsonTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i)); in PrintJsonTestCase()
20649 const TestInfo* GetTestInfo(int i) const;