IsAssertionFailure returns true if the error (not its causes) is an assertion failure annotation. Consider using markers.If or HasAssertionFailure to test both the error and its causes.
(err error)
| 33 | // assertion failure annotation. Consider using markers.If or |
| 34 | // HasAssertionFailure to test both the error and its causes. |
| 35 | func IsAssertionFailure(err error) bool { return assert.IsAssertionFailure(err) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…