blob: 188bb9e174397295062da708cc9f5207e2331768 [file] [log] [blame]
kesavandb9f54fd2021-11-25 20:08:04 +05301{{.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}