Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp510 const testing::TestCase *FooUnitTest::GetTestCase(int) const {} in GetTestCase() function in FooUnitTest