blob: ab1b1e9fd576f90b154db920ac8996c76bbd7234 [file] [log] [blame]
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}