Home
last modified time | relevance | path

Searched refs:failed_test_count (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc779 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
780 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count()
2718 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite
3290 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
3291 if (failed_test_count == 0) { in PrintFailedTests()
3358 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd()
3360 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local
3865 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite()
3896 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest()
4238 test_suite.failed_test_count(), kIndent); in PrintJsonTestSuite()
[all …]
H A Dgtest-internal-inl.h556 int failed_test_count() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h870 int failed_test_count() const;
891 bool Failed() const { return failed_test_count() > 0; } in Failed()
1327 int failed_test_count() const;