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

6 lines
185 B
Cheetah
Raw Normal View History

2016-03-01 00:51:26 +00:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
2018-08-31 01:57:19 +00:00
if h, ok := a.t.(tHelper); ok { h.Helper() }
2016-03-01 00:51:26 +00:00
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}