OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / stretchr / testify / assert / assertion_forward.go.tmpl
1 {{.CommentWithoutT "a"}}
2 func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
3         return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
4 }