Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc84 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()
Dgtest_unittest.cc1137 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()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-test-part.cc103 if (result.fatally_failed()) in ReportTestPartResult()
Dgtest.cc1842 return result.fatally_failed(); in TestPartFatallyFailed()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h100 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed() function