2016-10-17 09:04:52 +00:00
|
|
|
{{.CommentWithoutT "a"}}
|
|
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
2018-12-04 16:46:31 +00:00
|
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
2016-10-17 09:04:52 +00:00
|
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
|
|
}
|