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