blob: 188bb9e174397295062da708cc9f5207e2331768 [file] [log] [blame]
David Bainbridgec4029aa2019-09-26 18:56:39 +00001{{.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}