Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h58 int failed_test_suite_count() const;
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h538 int failed_test_suite_count() const;
585 return failed_test_suite_count() > 0 || ad_hoc_test_result()->Failed(); in Failed()
H A Dgtest.cc1074 int UnitTestImpl::failed_test_suite_count() const { in failed_test_suite_count() function in testing::internal::UnitTestImpl
5176 int UnitTest::failed_test_suite_count() const { in failed_test_suite_count() function in testing::UnitTest
5177 return impl()->failed_test_suite_count(); in failed_test_suite_count()
5197 return impl()->failed_test_suite_count(); in failed_test_case_count()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp577 int failed_test_suite_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1160 int failed_test_suite_count() const;