1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-14 21:23:01 +02:00
rclone/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
2016-11-19 10:22:36 +00:00

5 lines
139 B
Cheetah

{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}