Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2948 const TestInfo* TestSuite::GetTestInfo(int i) const { in GetTestInfo() function in testing::TestSuite
3557 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()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h748 const TestInfo* GetTestInfo(int i) const;