Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp482 int total_test_case_count() const;
504 int FooUnitTest::total_test_case_count() const {} in total_test_case_count() function in FooUnitTest
527 using testing::UnitTest::total_test_case_count;
548 using BarUnitTest::total_test_case_count;
568 int total_test_case_count() const;
595 int total_test_case_count() const;
607 (void)t.total_test_case_count(); in FuncUnitTest()
623 (void)t.total_test_case_count(); in unitTestInstantiationOnlyWarns()
634 #define UNIT_TEST_NAME_MACRO_REPLACE4 total_test_case_count
643 testing::UnitTest().total_test_case_count
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h40 int total_test_case_count() const;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h52 int total_test_case_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1173 int total_test_case_count() const;
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc5199 int UnitTest::total_test_case_count() const { in total_test_case_count() function in testing::UnitTest