Home
last modified time | relevance | path

Searched refs:GetTestCase (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h597 const TestCase* GetTestCase(int i) const { return GetTestSuite(i); } in GetTestCase() function
658 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() function
H A Dgtest.cc5268 const TestCase* UnitTest::GetTestCase(int i) const { in GetTestCase() function in testing::UnitTest
5269 return impl()->GetTestCase(i); in GetTestCase()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1222 const TestCase* GetTestCase(int i) const;