rclone/vendor/github.com/stretchr/testify/require/require.go.tmpl

7 lines
143 B
Cheetah
Raw Normal View History

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
2016-11-05 18:35:34 +00:00
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}