Lines Matching refs:failure
175 // The text used in failure messages to indicate the start of the
258 "printing test failure stack traces.");
607 // failure of the given type and that the failure message contains the
616 "1 fatal failure" :
617 "1 non-fatal failure");
646 // test part results, what type of failure we expect, and what
647 // substring the failure message should contain.
657 // TestPartResultArray contains exactly one failure that has the given
659 // non-fatal failure will be generated.
977 // Makes a failed assertion result with the given failure message.
986 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1022 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
1830 // Adds a failure
1870 // Returns true iff the test has a non-fatal failure.
1943 // yes, it returns true; otherwise it generates a Google Test failure and
2008 // Adds an "exception thrown" fatal failure to the current test. This
2027 // Adds an "exception thrown" fatal failure to the current test.
2045 const TestPartResult& failure)
2046 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2098 // // Report the exception as failure.
2162 // Returns true iff the current test has a fatal failure.
2167 // Returns true iff the current test has a non-fatal failure.
2322 // constructor didn't generate a fatal failure.
2498 // to "Failure", as the user usually doesn't care about the difference
2510 return "Failure\n";
2781 // Called after an assertion failure.
2788 // Print failure message from the assertion (e.g. expected this and got that).
2883 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
3105 // TODO(wan): report the reason of the failure.
3204 // <failure message="...">...</failure>
3205 // <failure message="...">...</failure>
3206 // <failure message="...">...</failure>
3317 *stream << " <failure message=\""
3322 *stream << "</failure>\n";
3418 // arbitrarily long test failure message and stack trace.
3817 // when a failure happens and both the --gtest_break_on_failure and
3911 // failure via stderr.
4310 // Runs the tests only if there was no fatal failure during global
4337 // allows the user to quickly repro a failure that happens in the
4714 // true. On failure, returns false without changing *value.
4731 // true. On failure, returns false without changing *value.
4748 // true. On failure, returns false without changing *value.