Newer
Older
pokemon-go-trade / vendor / github.com / stretchr / testify / require / require.go.tmpl
Simon Lindgren on 12 Feb 2021 187 bytes first commit
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
	if h, ok := t.(tHelper); ok { h.Helper() }
	if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
	t.FailNow()
}