Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
 
 
 
 
 
 

6 lines
187 B

{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
if h, ok := t.(tHelper); ok { h.Helper() }
t.FailNow()
}