Newer
Older
minecraft-ui / vendor / github.com / stretchr / testify / require / require_forward.go.tmpl
Simon Lindgren on 10 Mar 2018 127 bytes first commit
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) {
	{{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}