1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-31 06:23:11 +00:00
steve/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
Darren Shepherd cc1e4e52a0 Update vendor
2020-02-21 22:19:07 -07:00

6 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}})
}