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