Blame vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl

Packit Service 4d2de5
{{.CommentFormat}}
Packit Service 4d2de5
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
Packit Service 4d2de5
	if h, ok := t.(tHelper); ok { h.Helper() }
Packit Service 4d2de5
	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
Packit Service 4d2de5
}