magnacarto/vendor/github.com/stretchr/testify/require/require.go.tmpl
2017-07-24 11:42:54 +02:00

6 lines
143 B
Cheetah

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}