Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp479 int failed_test_case_count() const;
501 int FooUnitTest::failed_test_case_count() const {} in failed_test_case_count() function in FooUnitTest
545 using BarUnitTest::failed_test_case_count;
566 int failed_test_case_count() const;
594 int failed_test_case_count() const;
606 (void)t.failed_test_case_count(); in FuncUnitTest()
621 (void)t.failed_test_case_count(); in unitTestInstantiationOnlyWarns()
641 testing::UnitTest().failed_test_case_count
674 (void)FooUnitTest().failed_test_case_count(); in unitTestCallAndReference()
712 auto F3 = &FooUnitTest::failed_test_case_count; in unitTestCallAndReference()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h39 int failed_test_case_count() const;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h51 int failed_test_case_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1315 int failed_test_case_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4650 int UnitTest::failed_test_case_count() const { in failed_test_case_count() function in testing::UnitTest