File: assertion_format.go.tmpl

package info (click to toggle)
golang-testify 1.7.0%2Bgit20210824.ab6dc32-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 792 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (10)
1
2
3
4
5
{{.CommentFormat}}
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
	if h, ok := t.(tHelper); ok { h.Helper() }
	return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
}