Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc730 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
731 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count()
2335 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase
2803 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
2804 if (failed_test_count == 0) { in PrintFailedTests()
2810 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests()
2840 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd()
2842 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local
3251 test_case.failed_test_count(), in PrintXmlTestCase()
3272 unit_test.failed_test_count(), in PrintXmlUnitTest()
[all …]
H A Dgtest-internal-inl.h539 int failed_test_count() const;
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h779 int failed_test_count() const;
794 bool Failed() const { return failed_test_count() > 0; } in Failed()
1145 int failed_test_count() const;