Home | History | Annotate | Download | only in test

Lines Matching refs:HasFailureHelper

6822 static bool HasFailureHelper() { return testing::Test::HasFailure(); }
6825 EXPECT_FALSE(HasFailureHelper());
6830 const bool has_failure = HasFailureHelper();