2018-03-06 09:48:15 -08:00
|
|
|
{{.CommentFormat}}
|
|
|
|
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
|
2018-03-27 15:19:15 +01:00
|
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
2018-03-06 09:48:15 -08:00
|
|
|
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
|
|
|
|
}
|