...

Text file src/github.com/stretchr/testify/assert/assertion_format.go.tmpl

Documentation: github.com/stretchr/testify/assert

     1{{.CommentFormat}}
     2func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
     3	if h, ok := t.(tHelper); ok { h.Helper() }
     4	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
     5}

View as plain text