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

6 lines
185 B
Cheetah
Raw Normal View History

2016-01-14 16:39:55 -06:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
if h, ok := a.t.(tHelper); ok { h.Helper() }
2016-01-14 16:39:55 -06:00
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}