1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 02:54:04 +00:00
Files
rclone/vendor/github.com/stretchr/testify/require/require.go.tmpl
2018-03-19 15:51:38 +00:00

8 lines
183 B
Cheetah

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if h, ok := t.(tHelper); ok { h.Helper() }
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}