aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
blob: 99f9acfbba5f62791f35e3545540bd928a733b71 (plain)
1
2
3
4
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}