1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/vendor/github.com/stretchr/testify/require/require.go.tmpl

7 lines
139 B
Cheetah
Raw Normal View History

2016-12-29 01:03:40 +00:00
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}