craban/vendor/github.com/stretchr/testify/require/require.go.tmpl
Miguel de la Cruz 48b34bca9d Initial commit
2021-09-11 21:04:27 +02:00

6 lines
187 B
Cheetah

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