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