Searched defs:GetTestCase (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/googletest/googletest/src/ | ||
H A D | gtest-internal-inl.h | 597 const TestCase* GetTestCase(int i) const { return GetTestSuite(i); } GetTestCase() function |
H A D | gtest.cc | 5268 const TestCase* UnitTest::GetTestCase(int i) const { GetTestCase() function in testing::UnitTest |