0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-04 23:18:59 +02:00
gitea/vendor/github.com/stretchr/testify/require/require.go.tmpl
2016-12-31 10:17:45 +01:00

6 lines
139 B
Cheetah

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