assertion_format.go.tmpl 140 B

1234
  1. {{.CommentFormat}}
  2. func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
  3. return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
  4. }