dex/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl
2020-01-31 10:32:00 +01:00

5 lines
173 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
if h, ok := a.t.(tHelper); ok { h.Helper() }
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}