2018-01-04 22:39:45 +00:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
|
2018-04-19 23:05:42 +00:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2018-01-04 22:39:45 +00:00
|
|
|
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|