prometheus/vendor/github.com/stretchr/testify/require/require.go.tmpl
2016-10-17 11:04:52 +02:00

7 lines
143 B
Cheetah

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