2016-11-19 10:22:36 +00:00
|
|
|
{{.Comment}}
|
|
|
|
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
|
2018-03-19 15:51:38 +00:00
|
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
2016-11-19 10:22:36 +00:00
|
|
|
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
|
|
|
|
t.FailNow()
|
|
|
|
}
|
|
|
|
}
|