craban/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
Miguel de la Cruz 48b34bca9d Initial commit
2021-09-11 21:04:27 +02:00

5 lines
185 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}