OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / stretchr / testify / require / require.go.tmpl
1 {{.Comment}}
2 func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
3         if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
4                 t.FailNow()
5         }
6 }