rclone/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl

6 lines
184 B
Cheetah
Raw Normal View History

2017-07-23 09:51:42 +02:00
{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
2018-06-17 18:59:12 +02:00
if h, ok := t.(tHelper); ok { h.Helper() }
2017-07-23 09:51:42 +02:00
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}