1
0

require.go.tmpl 139 B

123456
  1. {{.Comment}}
  2. func {{.DocInfo.Name}}(t TestingT, {{.Params}}) {
  3. if !assert.{{.DocInfo.Name}}(t, {{.ForwardedParams}}) {
  4. t.FailNow()
  5. }
  6. }