Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2775 const TestInfo* TestSuite::GetTestInfo(int i) const { in GetTestInfo() function in testing::TestSuite
3301 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()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h902 const TestInfo* GetTestInfo(int i) const;