blob: 188bb9e174397295062da708cc9f5207e2331768 [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001{{.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}