{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
	if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
		t.FailNow()
	}
}