assertion_forward.go.tmpl 139 B

1234
  1. {{.CommentWithoutT "a"}}
  2. func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
  3. return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
  4. }