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.cc1126 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
1127 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count()
2914 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite
3568 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
3570 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in PrintFailedTests()
3574 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests()
3588 printf("\n%2d FAILED %s\n", failed_test_count, in PrintFailedTests()
3589 failed_test_count == 1 ? "TEST" : "TESTS"); in PrintFailedTests()
4346 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite()
4381 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest()
[all …]
H A Dgtest-internal-inl.h555 int failed_test_count() const;
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h713 int failed_test_count() const;
735 return failed_test_count() > 0 || ad_hoc_test_result().Failed(); in Failed()
1183 int failed_test_count() const;
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md617 ##### failed_test_count {#TestSuite::failed_test_count}
619 `int TestSuite::failed_test_count() const`
866 ##### failed_test_count {#UnitTest::failed_test_count}
868 `int UnitTest::failed_test_count() const`