Home | History | Annotate | Download | only in src

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.
1734 // Adds a failure if the key is a reserved attribute of Google Test
1781 // Returns true iff the test has a non-fatal failure.
1854 // yes, it returns true; otherwise it generates a Google Test failure and
1919 // Adds an "exception thrown" fatal failure to the current test. This
1938 // Adds an "exception thrown" fatal failure to the current test.
1956 const TestPartResult& failure)
1957 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2009 // // Report the exception as failure.
2073 // Returns true iff the current test has a fatal failure.
2078 // Returns true iff the current test has a non-fatal failure.
2233 // constructor didn't generate a fatal failure.
2397 // to "Failure", as the user usually doesn't care about the difference
2409 return "Failure\n";
2674 // Called after an assertion failure.
2681 // Print failure message from the assertion (e.g. expected this and got that).
2776 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
2989 // TODO(wan): report the reason of the failure.
3086 // <failure message="...">...</failure>
3087 // <failure message="...">...</failure>
3088 // <failure message="...">...</failure>
3182 *stream << " <failure message=\""
3187 *stream << "</failure>\n";
3260 // arbitrarily long test failure message and stack trace.
3615 // when a failure happens and both the --gtest_break_on_failure and
3682 // failure via stderr.
4060 // Runs the tests only if there was no fatal failure during global
4087 // allows the user to quickly repro a failure that happens in the
4425 // true. On failure, returns false without changing *value.
4442 // true. On failure, returns false without changing *value.
4459 // true. On failure, returns false without changing *value.