File: assertion_format.go.tmpl

package info (click to toggle)
golang-testify 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie, trixie-proposed-updates
  • size: 920 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (9)
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}})
}