Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc232 EXPECT_EQ(0, unit_test->failed_test_count()); in TearDown()
245 EXPECT_EQ(0, test_suites[0]->failed_test_count()); in TearDown()
255 EXPECT_EQ(0, test_suites[1]->failed_test_count()); in TearDown()
264 EXPECT_EQ(0, test_suites[2]->failed_test_count()); in TearDown()
/freebsd/contrib/googletest/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()
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()
4765 test_suite.failed_test_count(), kIndent); in PrintJsonTestSuite()
[all …]
H A Dgtest-internal-inl.h554 int failed_test_count() const;
/freebsd/contrib/googletest/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;
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md598 ##### failed_test_count {#TestSuite::failed_test_count}
600 `int TestSuite::failed_test_count() const`
847 ##### failed_test_count {#UnitTest::failed_test_count}
849 `int UnitTest::failed_test_count() const`