blob: 8b32836850936b64a44e73ffe2e2d3e6795e8502 [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001{{ replace .Comment "assert." "require."}}
amit.ghosh6ab2a982022-09-15 21:04:53 +02002func {{.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}