Home | History | Annotate | Download | only in test

Lines Matching refs:HasFailure

6493   EXPECT_FALSE(HasFailure());
6498 const bool has_failure = HasFailure();
6505 const bool has_failure = HasFailure();
6513 const bool has_failure = HasFailure();
6518 // A wrapper for calling HasFailure outside of a test body.
6519 static bool HasFailureHelper() { return testing::Test::HasFailure(); }