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