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