summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/require/require.go.tmpl
blob: ab1b1e9fd576f90b154db920ac8996c76bbd7234 (plain)
1
2
3
4
5
6
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
  if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
    t.FailNow()
  }
}