Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h58 int failed_test_suite_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h540 int failed_test_suite_count() const;
587 return failed_test_suite_count() > 0 || ad_hoc_test_result()->Failed(); in Failed()
H A Dgtest.cc753 int UnitTestImpl::failed_test_suite_count() const { in failed_test_suite_count() function in testing::internal::UnitTestImpl
4630 int UnitTest::failed_test_suite_count() const { in failed_test_suite_count() function in testing::UnitTest
4631 return impl()->failed_test_suite_count(); in failed_test_suite_count()
4651 return impl()->failed_test_suite_count(); in failed_test_case_count()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp577 int failed_test_suite_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1303 int failed_test_suite_count() const;