Lines Matching defs:failure
7 and an `ASSERT_` variant. Upon failure, `EXPECT_` macros generate nonfatal
11 All assertion macros support streaming a custom failure message into them with
23 ## Explicit Success and Failure {#success-failure}
25 The assertions in this section generate a success or failure directly instead of
27 Boolean expression, determines the test's success or failure, as shown by the
56 Generates a fatal failure, which returns from the current function.
65 Generates a nonfatal failure, which allows the current function to continue
72 Generates a nonfatal failure at the file and line number specified.
106 informative failure messages. For example, if the above assertion on `value1`
335 printing a more clear failure message than if `EXPECT_TRUE` were used alone.
488 produces the following failure message:
496 The following assertions test for `HRESULT` success or failure. For example:
520 Verifies that *`expression`* is a failure `HRESULT`.