Files
plugin-drone-rancher/vendor/github.com/stretchr/testify/require/require.go.tmpl
T
2017-02-14 13:59:07 -08:00

7 lines
139 B
Cheetah

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