Lines Matching refs:failure
175 // The text used in failure messages to indicate the start of the
254 "printing test failure stack traces.");
603 // failure of the given type and that the failure message contains the
612 "1 fatal failure" :
613 "1 non-fatal failure");
642 // test part results, what type of failure we expect, and what
643 // substring the failure message should contain.
653 // TestPartResultArray contains exactly one failure that has the given
655 // non-fatal failure will be generated.
962 // Makes a failed assertion result with the given failure message.
971 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1007 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
1815 // Adds a failure if the key is a reserved attribute of the element named
1855 // Returns true iff the test has a non-fatal failure.
1928 // yes, it returns true; otherwise it generates a Google Test failure and
1993 // Adds an "exception thrown" fatal failure to the current test. This
2012 // Adds an "exception thrown" fatal failure to the current test.
2030 const TestPartResult& failure)
2031 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2083 // // Report the exception as failure.
2147 // Returns true iff the current test has a fatal failure.
2152 // Returns true iff the current test has a non-fatal failure.
2307 // constructor didn't generate a fatal failure.
2472 // to "Failure", as the user usually doesn't care about the difference
2484 return "Failure\n";
2755 // Called after an assertion failure.
2762 // Print failure message from the assertion (e.g. expected this and got that).
2857 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
3079 // TODO(wan): report the reason of the failure.
3178 // <failure message="...">...</failure>
3179 // <failure message="...">...</failure>
3180 // <failure message="...">...</failure>
3291 *stream << " <failure message=\""
3296 *stream << "</failure>\n";
3388 // arbitrarily long test failure message and stack trace.
3748 // when a failure happens and both the --gtest_break_on_failure and
3817 // failure via stderr.
4217 // Runs the tests only if there was no fatal failure during global
4244 // allows the user to quickly repro a failure that happens in the
4621 // true. On failure, returns false without changing *value.
4638 // true. On failure, returns false without changing *value.
4655 // true. On failure, returns false without changing *value.