go-arg/vendor/github.com/stretchr/testify/require/require.go.tmpl

7 lines
187 B
Cheetah
Raw Normal View History

2017-02-15 20:19:41 -06:00
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
2018-11-20 14:09:59 -06:00
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
if h, ok := t.(tHelper); ok { h.Helper() }
t.FailNow()
2017-02-15 20:19:41 -06:00
}