blob: 188bb9e174397295062da708cc9f5207e2331768 [file] [log] [blame]
Jonathan Hart4b110f62020-03-13 17:36:19 -07001{{.CommentWithoutT "a"}}
2func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
3 if h, ok := a.t.(tHelper); ok { h.Helper() }
4 return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
5}