1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-26 01:24:28 +00:00
gitea/vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl

5 lines
140 B
Cheetah
Raw Normal View History

2017-12-10 18:23:34 -08:00
{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}