aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
blob: 188bb9e174397295062da708cc9f5207e2331768 (plain)
1
2
3
4
5
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	if h, ok := a.t.(tHelper); ok { h.Helper() }
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}