idun/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl

6 lines
185 B
Cheetah
Raw Permalink Normal View History

2023-10-12 08:20:53 +00:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}