Lines Matching refs:failure
160 // The text used in failure messages to indicate the start of the
239 "printing test failure stack traces.");
571 // failure of the given type and that the failure message contains the
580 "1 fatal failure" :
581 "1 non-fatal failure");
612 // test part results, what type of failure we expect, and what
613 // substring the failure message should contain.
623 // TestPartResultArray contains exactly one failure that has the given
625 // non-fatal failure will be generated.
915 // Formats a value to be used in a failure message.
982 // Makes a failed assertion result with the given failure message.
991 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1027 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
1854 // Adds a failure if the key is a reserved attribute of Google Test
1901 // Returns true iff the test has a non-fatal failure.
1974 // Adds an "exception thrown" fatal failure to the current test.
1990 // yes, it returns true; otherwise it generates a Google Test failure and
2070 // We will run the test only if SetUp() had no fatal failure.
2111 // Returns true iff the current test has a fatal failure.
2116 // Returns true iff the current test has a non-fatal failure.
2316 // generate a fatal failure.
2499 // to "Failure", as the user usually doesn't care about the difference
2511 return "Failure\n";
2759 failure.
2766 // Print failure message from the assertion (e.g. expected this and got that).
2866 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
3079 // TODO(wan): report the reason of the failure.
3177 // <failure message="...">...</failure>
3178 // <failure message="...">...</failure>
3179 // <failure message="...">...</failure>
3236 *stream << " <failure message=\""
3244 *stream << "</failure>\n";
3559 explicit GoogleTestFailureException(const TestPartResult& failure)
3560 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
3608 // when a failure happens and both the --gtest_break_on_failure and
3669 // failure via stderr.
4022 // Runs the tests only if there was no fatal failure during global
4047 // allows the user to quickly repro a failure that happens in the
4412 // true. On failure, returns false without changing *value.
4429 // true. On failure, returns false without changing *value.
4446 // true. On failure, returns false without changing *value.