1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl

5 lines
127 B
Cheetah
Raw Normal View History

2017-12-11 02:23:34 +00:00
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}