Files
mattermost/vendor/github.com/stretchr/testify/require/require.go.tmpl
2017-08-08 17:40:46 -05:00

7 lines
143 B
Cheetah

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