Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-12-12 14:31:58 +01:00
forgejo/vendor/github.com/stretchr/testify/require/require.go.tmpl

7 lines
139 B
Cheetah
Raw Normal View History

2017-12-11 03:23:34 +01:00
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}