2018-03-06 17:48:15 +00:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
2018-03-27 14:19:15 +00:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2018-03-06 17:48:15 +00:00
|
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|