Home
last modified time | relevance | path

Searched refs:fatally_failed (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-test-part-test.cc76 EXPECT_FALSE(success.fatally_failed()); in TEST_F()
84 EXPECT_FALSE(nonfatal_failure.fatally_failed()); in TEST_F()
92 EXPECT_TRUE(fatal_failure.fatally_failed()); in TEST_F()
99 EXPECT_FALSE(skip.fatally_failed()); in TEST_F()
157 EXPECT_FALSE(r1_.fatally_failed()); in TEST_F()
158 EXPECT_FALSE(r2_.fatally_failed()); in TEST_F()
159 EXPECT_TRUE(r3_.fatally_failed()); in TEST_F()
160 EXPECT_FALSE(r4_.fatally_failed()); in TEST_F()
H A Dgtest_unittest.cc1195 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); in TEST_F()
1233 EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); in TEST_F()
1235 EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed()); in TEST_F()
1466 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed()); in CompareTestPartResult()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h105 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed() function
108 bool failed() const { return fatally_failed() || nonfatally_failed(); } in failed()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc100 if (result.fatally_failed()) has_new_fatal_failure_ = true; in ReportTestPartResult()
H A Dgtest.cc2453 return result.fatally_failed(); in TestPartFatallyFailed()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md1162 ##### fatally_failed {#TestPartResult::fatally_failed}
1164 `bool TestPartResult::fatally_failed() const`