File: assertion_forward.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-- 185 bytes parent folder | download | duplicates (10)
1
2
3
4
5
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	if h, ok := a.t.(tHelper); ok { h.Helper() }
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}