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