2016-11-19 10:22:36 +00:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
|
2018-06-17 16:59:12 +00:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2016-11-19 10:22:36 +00:00
|
|
|
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|