7 lines
139 B
Cheetah
Raw Normal View History

2017-05-19 21:40:09 +03:00
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
t.FailNow()
}
}