Searched refs:fatally_failed (Results 1 – 5 of 5) sorted by relevance
84 EXPECT_FALSE(success.fatally_failed()); in TEST_F()93 EXPECT_FALSE(nonfatal_failure.fatally_failed()); in TEST_F()102 EXPECT_TRUE(fatal_failure.fatally_failed()); in TEST_F()145 EXPECT_FALSE(r1_.fatally_failed()); in TEST_F()146 EXPECT_FALSE(r2_.fatally_failed()); in TEST_F()147 EXPECT_TRUE(r3_.fatally_failed()); in TEST_F()
1137 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); in TEST_F()1175 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); in TEST_F()1177 EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed()); in TEST_F()1418 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed()); in CompareTestPartResult()
103 if (result.fatally_failed()) in ReportTestPartResult()
1842 return result.fatally_failed(); in TestPartFatallyFailed()
100 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed() function