Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1100 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
1101 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count()
2891 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite
3547 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
3549 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in PrintFailedTests()
3553 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests()
3567 printf("\n%2d FAILED %s\n", failed_test_count, in PrintFailedTests()
3568 failed_test_count == 1 ? "TEST" : "TESTS"); in PrintFailedTests()
4325 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite()
4360 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest()
[all …]
H A Dgtest-internal-inl.h554 int failed_test_count() const;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h714 int failed_test_count() const;
736 return failed_test_count() > 0 || ad_hoc_test_result().Failed(); in Failed()
1184 int failed_test_count() const;