Lines Matching refs:failure
161 // The text used in failure messages to indicate the start of the
236 "printing test failure stack traces.");
577 // failure of the given type and that the failure message contains the
586 type == TPRT_FATAL_FAILURE ? "1 fatal failure" :
587 "1 non-fatal failure");
618 // test part results, what type of failure we expect, and what
619 // substring the failure message should contain.
629 // TestPartResultArray contains exactly one failure that has the given
631 // non-fatal failure will be generated.
928 // Formats a value to be used in a failure message.
980 // Makes a failed assertion result with the given failure message.
988 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
1836 // Adds a failure if the key is a reserved attribute of Google Test
1938 // Adds an "exception thrown" fatal failure to the current test.
1961 // yes, it returns true; otherwise it generates a Google Test failure and
2041 // We will run the test only if SetUp() had no fatal failure.
2082 // Returns true iff the current test has a fatal failure.
2290 failure.
2437 // are translated to "Failure", as the user usually doesn't care about
2449 return "Failure\n";
2708 // Called after an assertion failure.
2715 // Print failure message from the assertion (e.g. expected this and got that).
2794 printf("\n"); // Add a spacer if no FAILURE banner is displayed.
2966 // TODO(wan): report the reason of the failure.
3050 // <failure message="...">...</failure>
3051 // <failure message="...">...</failure>
3052 // <failure message="...">...</failure>
3100 " <failure message=\"%s\" type=\"\"><![CDATA[%s]]>"
3101 "</failure>\n",
3277 explicit GoogleTestFailureException(const TestPartResult& failure)
3278 : runtime_error(PrintTestPartResultToString(failure).c_str()) {}
3377 // failure via stderr.
3666 // Runs the tests only if there was no fatal failure during global
4058 // true. On failure, returns false without changing *value.
4075 // true. On failure, returns false without changing *value.
4092 // true. On failure, returns false without changing *value.
4178 "Failure Behavior:\n"