Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc6689 static bool HasFailureHelper() { return testing::Test::HasFailure(); } in HasFailureHelper() function
6692 EXPECT_FALSE(HasFailureHelper()); in TEST()
6697 const bool has_failure = HasFailureHelper(); in TEST()