Files
go-task/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
Andrey Nering cb95200be3 go mod vendor
2018-10-27 17:02:24 -03: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}})
}