Lines Matching refs:failure
172 // The text used in failure messages to indicate the start of the
251 "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.
975 // Makes a failed assertion result with the given failure message.
984 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1020 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
1829 // Adds a failure if the key is a reserved attribute of Google Test
1876 // Returns true iff the test has a non-fatal failure.
1949 // yes, it returns true; otherwise it generates a Google Test failure and
2014 // Adds an "exception thrown" fatal failure to the current test. This
2031 // Adds an "exception thrown" fatal failure to the current test.
2056 explicit GoogleTestFailureException(const TestPartResult& failure)
2057 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2110 // // Report the exception as failure.
2129 // sense to report it as a test failure.
2173 // Returns true iff the current test has a fatal failure.
2178 // Returns true iff the current test has a non-fatal failure.
2334 // constructor didn't generate a fatal failure.
2498 // to "Failure", as the user usually doesn't care about the difference
2510 return "Failure\n";
2778 // Called after an assertion failure.
2785 // Print failure message from the assertion (e.g. expected this and got that).
2881 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
3092 // TODO(wan): report the reason of the failure.
3187 // <failure message="...">...</failure>
3188 // <failure message="...">...</failure>
3189 // <failure message="...">...</failure>
3253 *stream << " <failure message=\""
3261 *stream << "</failure>\n";
3439 // arbitrarily long test failure message and stack trace.
3787 // when a failure happens and both the --gtest_break_on_failure and
3855 // failure via stderr.
4232 // Runs the tests only if there was no fatal failure during global
4259 // allows the user to quickly repro a failure that happens in the
4597 // true. On failure, returns false without changing *value.
4614 // true. On failure, returns false without changing *value.
4631 // true. On failure, returns false without changing *value.