2016-09-09 21:31:21 -04:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
2019-04-10 09:41:22 -04:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2016-09-09 21:31:21 -04:00
|
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|