assertion_forward.go.tmpl 185 字节
Newer Older
Y
yaron2 已提交
1 2 3 4 5
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	if h, ok := a.t.(tHelper); ok { h.Helper() }
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}