Home
last modified time | relevance | path

Searched refs:current_test_case (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp472 testing::TestCase *current_test_case() const;
494 testing::TestCase *FooUnitTest::current_test_case() const {} in current_test_case() function in FooUnitTest
518 using testing::UnitTest::current_test_case;
539 using BarUnitTest::current_test_case;
562 testing::TestSuite *current_test_case() const;
592 TestSuite *current_test_case() const;
604 (void)t.current_test_case(); in FuncUnitTest()
617 (void)t.current_test_case(); in unitTestInstantiationOnlyWarns()
631 #define UNIT_TEST_NAME_MACRO_REPLACE1 current_test_case
637 #define UNIT_TEST_NAME_MACRO_WARN_ONLY1 testing::UnitTest().current_test_case
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h37 TestCase *current_test_case() const;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h49 TestCase *current_test_case() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1139 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc5509 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest