go-arg/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl

6 lines
185 B
Cheetah
Raw Normal View History

2017-02-15 20:19:41 -06:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
2018-11-20 14:09:59 -06:00
if h, ok := a.t.(tHelper); ok { h.Helper() }
2017-02-15 20:19:41 -06:00
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}