summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl
blob: b93569e0a971574ad6b9db73d69a7eec2f41cde0 (plain)
1
2
3
4
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
	{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}