1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-15 15:26:23 -03:00
tea/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
2019-10-19 10:54:16 +00: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}})
}