File: assertion_forward.go.tmpl

package info (click to toggle)
golang-testify 1.1.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 400 kB
  • sloc: makefile: 13
file content (4 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (4)
1
2
3
4
{{.CommentWithoutT "a"}}
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
	return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
}