Lines Matching defs:Failed
415 bool Passed() const { return !Skipped() && !Failed(); }
421 bool Failed() const;
731 bool Passed() const { return !Failed(); }
734 bool Failed() const {
735 return failed_test_count() > 0 || ad_hoc_test_result().Failed();
818 return test_info->should_run() && test_info->result()->Failed();
1213 bool Failed() const;
1734 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
1739 GTEST_MESSAGE_AT_(file, line, "Failed", \
1743 #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
1747 return GTEST_MESSAGE_AT_(file, line, "Failed", \