Searched refs:failed_test_case_count (Results 1 – 4 of 4) sorted by relevance
535 int failed_test_case_count() const;581 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); in Failed()
779 int UnitTestImpl::failed_test_case_count() const { in failed_test_case_count() function in testing::internal::UnitTestImpl4591 int UnitTest::failed_test_case_count() const { in failed_test_case_count() function in testing::UnitTest4592 return impl()->failed_test_case_count(); in failed_test_case_count()
240 EXPECT_EQ(0, unit_test->failed_test_case_count()); in TearDown()
1263 int failed_test_case_count() const;