0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 01:19:34 +02:00
gitea/vendor/github.com/stretchr/testify/require/require.go.tmpl
2017-12-11 10:23:34 +08:00

7 lines
139 B
Cheetah

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