blob: 54124df1d3bbed65addd5df5f9c57c4ea07d4253 [file] [log] [blame]
amit.ghosh6ab2a982022-09-15 21:04:53 +02001{{.CommentWithoutT "a"}}
2func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
3 if h, ok := a.t.(tHelper); ok { h.Helper() }
4 {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
5}