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