2018-08-06 19:47:05 +00:00
|
|
|
{{.CommentFormat}}
|
|
|
|
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
|
2018-11-18 00:28:29 +00:00
|
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
2018-08-06 19:47:05 +00:00
|
|
|
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
|
|
|
|
}
|