Files
opencloud/vendor/github.com/test-go/testify/require/require.go.tmpl
2023-04-19 20:24:34 +02:00

7 lines
143 B
Cheetah

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