idun/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
kekskurse 8ad61755e6 init
2023-10-12 10:20:53 +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}})
}