blob: 188bb9e174397295062da708cc9f5207e2331768 [file] [log] [blame]
Scott Baker1fe72732019-10-21 10:58:51 -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}