4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-09-11 11:12:32 +00:00
Files
matterbridge/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
2018-11-18 01:10:15 +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}})
}