Lines Matching defs:failure

182 // The text used in failure messages to indicate the start of the
271 "printing test failure stack traces.");
629 // failure of the given type and that the failure message contains the
638 "1 fatal failure" :
639 "1 non-fatal failure");
668 // test part results, what type of failure we expect, and what
669 // substring the failure message should contain.
679 // TestPartResultArray contains exactly one failure that has the given
681 // non-fatal failure will be generated.
1019 // Makes a failed assertion result with the given failure message.
1298 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1345 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
2153 // Adds a failure if the key is a reserved attribute of the element named
2193 // Returns true iff the test has a non-fatal failure.
2267 // yes, it returns true; otherwise it generates a Google Test failure and
2332 // Adds an "exception thrown" fatal failure to the current test. This
2351 // Adds an "exception thrown" fatal failure to the current test.
2369 const TestPartResult& failure)
2370 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2422 // // Report the exception as failure.
2486 // Returns true iff the current test has a fatal failure.
2491 // Returns true iff the current test has a non-fatal failure.
2652 // constructor didn't generate a fatal failure.
3118 // Called after an assertion failure.
3125 // Print failure message from the assertion (e.g. expected this and got that).
3442 // TODO(wan): report the reason of the failure.
3541 // <failure message="...">...</failure>
3542 // <failure message="...">...</failure>
3543 // <failure message="...">...</failure>
3659 *stream << " <failure message=\""
3664 *stream << "</failure>\n";
3760 // arbitrarily long test failure message and stack trace.
4148 // when a failure happens and both the --gtest_break_on_failure and
4242 // failure via stderr.
4644 // Runs the tests only if there was no fatal failure during global
4671 // allows the user to quickly repro a failure that happens in the
5052 // true. On failure, returns false without changing *value.
5069 // true. On failure, returns false without changing *value.
5086 // true. On failure, returns false without changing *value.