2018-08-06 12:47:05 -07:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
2018-11-17 16:28:29 -08:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2018-08-06 12:47:05 -07:00
|
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|