Home
last modified time | relevance | path

Searched refs:failed_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.cpp479 int failed_test_case_count() const;
501 int FooUnitTest::failed_test_case_count() const {} in failed_test_case_count() function in FooUnitTest
524 using testing::UnitTest::failed_test_case_count;
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()
633 #define UNIT_TEST_NAME_MACRO_REPLACE3 failed_test_case_count
641 testing::UnitTest().failed_test_case_count
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h39 int failed_test_case_count() const;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h51 int failed_test_case_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1172 int failed_test_case_count() const;
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc5196 int UnitTest::failed_test_case_count() const { in failed_test_case_count() function in testing::UnitTest