amit.ghosh | 6ab2a98 | 2022-09-15 21:04:53 +0200 | [diff] [blame] | 1 | {{.Comment}} |
2 | func {{.DocInfo.Name}}(t TestingT, {{.Params}}) { | ||||
3 | if h, ok := t.(tHelper); ok { h.Helper() } | ||||
4 | if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return } | ||||
5 | t.FailNow() | ||||
6 | } |