All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.stretchr.testify.require.require.go.tmpl Maven / Gradle / Ivy

The newest version!
{{.Comment}}
func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
	if h, ok := t.(tHelper); ok { h.Helper() }
	if assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) { return }
	t.FailNow()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy