Searched refs:failed_test_case_count (Results 1 – 4 of 4) sorted by relevance
538 int failed_test_case_count() const;575 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); in Failed()
709 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count() function in testing::internal::UnitTestImpl3609 int UnitTest::failed_test_case_count() const { in failed_test_case_count() function in testing::UnitTest3610 return impl()->failed_test_case_count(); in failed_test_case_count()
241 EXPECT_EQ(0, unit_test->failed_test_case_count()); in TearDown()
1139 int failed_test_case_count() const;