clair/vendor/github.com/stretchr/testify/require/require.go.tmpl
2017-05-05 11:46:41 -04:00

7 lines
143 B
Cheetah

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