Returns true iff the current test has a (either fatal or non-fatal) failure.
| 12899 | // Returns true iff the current test has a (either fatal or |
| 12900 | // non-fatal) failure. |
| 12901 | static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } |
| 12902 | |
| 12903 | // Logs a property for the current test, test suite, or for the entire |
| 12904 | // invocation of the test program when used outside of the context of a |
nothing calls this directly
no outgoing calls
no test coverage detected