cloudflared-mirror/vendor/github.com/stretchr/testify/require/require.go.tmpl

7 lines
187 B
Cheetah
Raw Normal View History

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
2019-11-04 20:28:48 +00:00
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
if h, ok := t.(tHelper); ok { h.Helper() }
t.FailNow()
}