Home | History | Annotate | Download | only in test

Lines Matching refs:HasFailure

6654   EXPECT_FALSE(HasFailure());
6659 const bool has_failure = HasFailure();
6666 const bool has_failure = HasFailure();
6674 const bool has_failure = HasFailure();
6679 // A wrapper for calling HasFailure outside of a test body.
6680 static bool HasFailureHelper() { return testing::Test::HasFailure(); }