blob: 55e42ddebdc45db4a80e88cf35b10b9b852e1460 [file] [log] [blame]
amit.ghosh6ab2a982022-09-15 21:04:53 +02001{{.Comment}}
2func {{.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}