Home
last modified time | relevance | path

Searched refs:nonfatally_failed (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc83 EXPECT_FALSE(success.nonfatally_failed()); in TEST_F()
92 EXPECT_TRUE(nonfatal_failure.nonfatally_failed()); in TEST_F()
101 EXPECT_FALSE(fatal_failure.nonfatally_failed()); in TEST_F()
152 EXPECT_FALSE(r1_.nonfatally_failed()); in TEST_F()
153 EXPECT_TRUE(r2_.nonfatally_failed()); in TEST_F()
154 EXPECT_FALSE(r3_.nonfatally_failed()); in TEST_F()
Dgtest_unittest.cc1136 EXPECT_TRUE(results.GetTestPartResult(0).nonfatally_failed()); in TEST_F()
1174 EXPECT_TRUE(results.GetTestPartResult(0).nonfatally_failed()); in TEST_F()
1176 EXPECT_TRUE(results.GetTestPartResult(2).nonfatally_failed()); in TEST_F()
1417 EXPECT_EQ(expected.nonfatally_failed(), actual.nonfatally_failed()); in CompareTestPartResult()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } in nonfatally_failed() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1852 return result.nonfatally_failed(); in TestPartNonfatallyFailed()