aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl
blob: c5cc66f4305faa886e87105e96c68982ced0ec68 (plain)
1
2
3
4
{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}